Index: runtime/vm/freelist.h |
diff --git a/runtime/vm/freelist.h b/runtime/vm/freelist.h |
index 975e50cca84bc85137a4c6e02f44522f3986d21a..22744a1c38440d2b720ee1d5515d4eb0fa8789df 100644 |
--- a/runtime/vm/freelist.h |
+++ b/runtime/vm/freelist.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_FREELIST_H_ |
-#define VM_FREELIST_H_ |
+#ifndef RUNTIME_VM_FREELIST_H_ |
+#define RUNTIME_VM_FREELIST_H_ |
#include "platform/assert.h" |
#include "vm/allocation.h" |
@@ -134,4 +134,4 @@ class FreeList { |
} // namespace dart |
-#endif // VM_FREELIST_H_ |
+#endif // RUNTIME_VM_FREELIST_H_ |