Index: runtime/vm/cpu_arm.h |
diff --git a/runtime/vm/cpu_arm.h b/runtime/vm/cpu_arm.h |
index e1dd907ef74c88cab62a46d9a1571203aff12f03..b0e43f7af563e511db5c5cb3ac9983d4768ef0a5 100644 |
--- a/runtime/vm/cpu_arm.h |
+++ b/runtime/vm/cpu_arm.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_ARM_H_ |
-#define VM_CPU_ARM_H_ |
+#ifndef RUNTIME_VM_CPU_ARM_H_ |
+#define RUNTIME_VM_CPU_ARM_H_ |
#include "vm/allocation.h" |
#include "vm/simulator.h" |
@@ -129,4 +129,4 @@ class TargetCPUFeatures : public AllStatic { |
} // namespace dart |
-#endif // VM_CPU_ARM_H_ |
+#endif // RUNTIME_VM_CPU_ARM_H_ |