Index: runtime/vm/dart.h |
diff --git a/runtime/vm/dart.h b/runtime/vm/dart.h |
index 10ffea38ede7503a288badc55be03f49e7bbd243..f4e43867333f1358de848ba664eae9a993869515 100644 |
--- a/runtime/vm/dart.h |
+++ b/runtime/vm/dart.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_DART_H_ |
-#define VM_DART_H_ |
+#ifndef RUNTIME_VM_DART_H_ |
+#define RUNTIME_VM_DART_H_ |
#include "include/dart_api.h" |
#include "vm/allocation.h" |
@@ -137,4 +137,4 @@ class Dart : public AllStatic { |
} // namespace dart |
-#endif // VM_DART_H_ |
+#endif // RUNTIME_VM_DART_H_ |