Index: runtime/vm/megamorphic_cache_table.h |
diff --git a/runtime/vm/megamorphic_cache_table.h b/runtime/vm/megamorphic_cache_table.h |
index 4c7242a6a134f622c1b43d35aa46cc6ba7b591c1..ee65118221810eecdb98f4cf76a5fa0402af3e6d 100644 |
--- a/runtime/vm/megamorphic_cache_table.h |
+++ b/runtime/vm/megamorphic_cache_table.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_MEGAMORPHIC_CACHE_TABLE_H_ |
-#define VM_MEGAMORPHIC_CACHE_TABLE_H_ |
+#ifndef RUNTIME_VM_MEGAMORPHIC_CACHE_TABLE_H_ |
+#define RUNTIME_VM_MEGAMORPHIC_CACHE_TABLE_H_ |
#include "vm/allocation.h" |
@@ -34,4 +34,4 @@ class MegamorphicCacheTable : public AllStatic { |
} // namespace dart |
-#endif // VM_MEGAMORPHIC_CACHE_TABLE_H_ |
+#endif // RUNTIME_VM_MEGAMORPHIC_CACHE_TABLE_H_ |