Index: runtime/vm/allocation.h |
diff --git a/runtime/vm/allocation.h b/runtime/vm/allocation.h |
index af9a74a6813dfa168d50eef8fba192e6e745f7c6..448176d4d1e525b854e40eec4543b4a6767836f5 100644 |
--- a/runtime/vm/allocation.h |
+++ b/runtime/vm/allocation.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_ALLOCATION_H_ |
-#define VM_ALLOCATION_H_ |
+#ifndef RUNTIME_VM_ALLOCATION_H_ |
+#define RUNTIME_VM_ALLOCATION_H_ |
#include "platform/assert.h" |
#include "vm/base_isolate.h" |
@@ -124,4 +124,4 @@ class NoSafepointScope : public ValueObject { |
} // namespace dart |
-#endif // VM_ALLOCATION_H_ |
+#endif // RUNTIME_VM_ALLOCATION_H_ |