Index: runtime/vm/cpu.h |
diff --git a/runtime/vm/cpu.h b/runtime/vm/cpu.h |
index 3b9348982e097773d760d4435d6a8ebfdf0bf377..cdd0c25888fdd53457ee3ccbe18f60bb73a65ff9 100644 |
--- a/runtime/vm/cpu.h |
+++ b/runtime/vm/cpu.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_CPU_H_ |
-#define VM_CPU_H_ |
+#ifndef RUNTIME_VM_CPU_H_ |
+#define RUNTIME_VM_CPU_H_ |
#include "vm/globals.h" |
#include "vm/allocation.h" |
@@ -39,4 +39,4 @@ class CPU : public AllStatic { |
#error Unknown architecture. |
#endif |
-#endif // VM_CPU_H_ |
+#endif // RUNTIME_VM_CPU_H_ |