Index: runtime/vm/deopt_instructions.h |
diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h |
index 09e01b43d96c875bb21932c15c3a97137f727c05..ee1a0526054316e63bb2c643912edc64feb7e027 100644 |
--- a/runtime/vm/deopt_instructions.h |
+++ b/runtime/vm/deopt_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_DEOPT_INSTRUCTIONS_H_ |
-#define VM_DEOPT_INSTRUCTIONS_H_ |
+#ifndef RUNTIME_VM_DEOPT_INSTRUCTIONS_H_ |
+#define RUNTIME_VM_DEOPT_INSTRUCTIONS_H_ |
#include "vm/allocation.h" |
#include "vm/assembler.h" |
@@ -605,4 +605,4 @@ class DeoptTable : public AllStatic { |
} // namespace dart |
-#endif // VM_DEOPT_INSTRUCTIONS_H_ |
+#endif // RUNTIME_VM_DEOPT_INSTRUCTIONS_H_ |