Index: runtime/vm/scopes.h |
diff --git a/runtime/vm/scopes.h b/runtime/vm/scopes.h |
index c3b761137f490be0f7bdaec34522b0025ccfecbd..69551d0a3d7dfc4123fa6d2e0d12ec18f83809b5 100644 |
--- a/runtime/vm/scopes.h |
+++ b/runtime/vm/scopes.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_SCOPES_H_ |
-#define VM_SCOPES_H_ |
+#ifndef RUNTIME_VM_SCOPES_H_ |
+#define RUNTIME_VM_SCOPES_H_ |
#include "platform/assert.h" |
#include "platform/globals.h" |
@@ -397,4 +397,4 @@ class LocalScope : public ZoneAllocated { |
} // namespace dart |
-#endif // VM_SCOPES_H_ |
+#endif // RUNTIME_VM_SCOPES_H_ |