Index: runtime/vm/weak_table.h |
diff --git a/runtime/vm/weak_table.h b/runtime/vm/weak_table.h |
index 2c40aa3af289107fb5158bbe5f15eb2884283685..8489ddaee1a0385c7f5acf2a4a1612524665139a 100644 |
--- a/runtime/vm/weak_table.h |
+++ b/runtime/vm/weak_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_WEAK_TABLE_H_ |
-#define VM_WEAK_TABLE_H_ |
+#ifndef RUNTIME_VM_WEAK_TABLE_H_ |
+#define RUNTIME_VM_WEAK_TABLE_H_ |
#include "vm/globals.h" |
@@ -171,4 +171,4 @@ class WeakTable { |
} // namespace dart |
-#endif // VM_WEAK_TABLE_H_ |
+#endif // RUNTIME_VM_WEAK_TABLE_H_ |