Fix dalvik-dev branch cpplint issues
Change-Id: Id5710dd26e8c433887543c867f037532e61731cc
diff --git a/compiler/utils/scoped_hashtable.h b/compiler/utils/scoped_hashtable.h
index 5e6c64b..e38b90e 100644
--- a/compiler/utils/scoped_hashtable.h
+++ b/compiler/utils/scoped_hashtable.h
@@ -19,8 +19,8 @@
#include <map>
#include <list>
-#ifndef SCOPED_HASHTABLE_
-#define SCOPED_HASHTABLE_
+#ifndef ART_COMPILER_UTILS_SCOPED_HASHTABLE_H_
+#define ART_COMPILER_UTILS_SCOPED_HASHTABLE_H_
namespace utils {
template <typename K, typename V>
@@ -68,4 +68,4 @@
};
} // end namespace utils
-#endif
+#endif // ART_COMPILER_UTILS_SCOPED_HASHTABLE_H_