Index: runtime/vm/instructions.h |
diff --git a/runtime/vm/instructions.h b/runtime/vm/instructions.h |
index 2274becb986101538723268c29c203462c55438e..8b14145d0e9447b1d5924b062887a30d958ee590 100644 |
--- a/runtime/vm/instructions.h |
+++ b/runtime/vm/instructions.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_INSTRUCTIONS_H_ |
-#define VM_INSTRUCTIONS_H_ |
+#ifndef RUNTIME_VM_INSTRUCTIONS_H_ |
+#define RUNTIME_VM_INSTRUCTIONS_H_ |
#include "vm/globals.h" |
@@ -34,4 +34,4 @@ bool DecodeLoadObjectFromPoolOrThread(uword pc, |
} // namespace dart |
-#endif // VM_INSTRUCTIONS_H_ |
+#endif // RUNTIME_VM_INSTRUCTIONS_H_ |