Index: runtime/vm/locations.h |
diff --git a/runtime/vm/locations.h b/runtime/vm/locations.h |
index 069200788542475a87c2248363edfa7a93e0d2d8..e81c96be5c6d7d3c0cb9fad0ca9cc2b2d8984dbc 100644 |
--- a/runtime/vm/locations.h |
+++ b/runtime/vm/locations.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_LOCATIONS_H_ |
-#define VM_LOCATIONS_H_ |
+#ifndef RUNTIME_VM_LOCATIONS_H_ |
+#define RUNTIME_VM_LOCATIONS_H_ |
#include "vm/allocation.h" |
#include "vm/assembler.h" |
@@ -727,4 +727,4 @@ class LocationSummary : public ZoneAllocated { |
} // namespace dart |
-#endif // VM_LOCATIONS_H_ |
+#endif // RUNTIME_VM_LOCATIONS_H_ |