Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 5f8ddbf1d94d59bbc00a9018c6531d13f2c1f9ab..dcc86c7783e7ea20767b8ae636f6ac6f5c48e8f1 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.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_OBJECT_H_ |
-#define VM_OBJECT_H_ |
+#ifndef RUNTIME_VM_OBJECT_H_ |
+#define RUNTIME_VM_OBJECT_H_ |
#include "include/dart_api.h" |
#include "platform/assert.h" |
@@ -9017,4 +9017,4 @@ inline void TypeArguments::SetHash(intptr_t value) const { |
} // namespace dart |
-#endif // VM_OBJECT_H_ |
+#endif // RUNTIME_VM_OBJECT_H_ |