Index: runtime/vm/hash_map.h |
diff --git a/runtime/vm/hash_map.h b/runtime/vm/hash_map.h |
index d703c0ac1fdb7f69753f6b6a3d1590df4a8f0518..88d45fff286d30b7de464b7fe300c40e8a88142c 100644 |
--- a/runtime/vm/hash_map.h |
+++ b/runtime/vm/hash_map.h |
@@ -2,8 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-#ifndef VM_HASH_MAP_H_ |
-#define VM_HASH_MAP_H_ |
+#ifndef RUNTIME_VM_HASH_MAP_H_ |
+#define RUNTIME_VM_HASH_MAP_H_ |
#include "vm/growable_array.h" // For Malloc, EmptyBase |
#include "vm/zone.h" |
@@ -387,4 +387,4 @@ class RawPointerKeyValueTrait { |
} // namespace dart |
-#endif // VM_HASH_MAP_H_ |
+#endif // RUNTIME_VM_HASH_MAP_H_ |