Index: runtime/vm/become.h |
diff --git a/runtime/vm/become.h b/runtime/vm/become.h |
index 12ab7645c29ccf9a5394a79176fa7871dc3b2dc8..0bee126aec24799c649ffdde342863893bbd7dae 100644 |
--- a/runtime/vm/become.h |
+++ b/runtime/vm/become.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_BECOME_H_ |
-#define VM_BECOME_H_ |
+#ifndef RUNTIME_VM_BECOME_H_ |
+#define RUNTIME_VM_BECOME_H_ |
#include "vm/allocation.h" |
#include "vm/raw_object.h" |
@@ -92,4 +92,4 @@ class Become : public AllStatic { |
} // namespace dart |
-#endif // VM_BECOME_H_ |
+#endif // RUNTIME_VM_BECOME_H_ |