Index: runtime/vm/intermediate_language.h |
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h |
index ba5faf0f7350bcd345e9544c636c2ee93da22a77..616b9a23477f9e00aa969bf6aa450395e5e02f70 100644 |
--- a/runtime/vm/intermediate_language.h |
+++ b/runtime/vm/intermediate_language.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_INTERMEDIATE_LANGUAGE_H_ |
-#define VM_INTERMEDIATE_LANGUAGE_H_ |
+#ifndef RUNTIME_VM_INTERMEDIATE_LANGUAGE_H_ |
+#define RUNTIME_VM_INTERMEDIATE_LANGUAGE_H_ |
#include "vm/allocation.h" |
#include "vm/ast.h" |
@@ -8394,4 +8394,4 @@ class FlowGraphVisitor : public ValueObject { |
} // namespace dart |
-#endif // VM_INTERMEDIATE_LANGUAGE_H_ |
+#endif // RUNTIME_VM_INTERMEDIATE_LANGUAGE_H_ |