Index: runtime/vm/object_graph.h |
diff --git a/runtime/vm/object_graph.h b/runtime/vm/object_graph.h |
index 70091d639bd1f394624602e8aa01a8f971da67e4..e42e419ceec65cadcf34ef6276aa235458eff913 100644 |
--- a/runtime/vm/object_graph.h |
+++ b/runtime/vm/object_graph.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_OBJECT_GRAPH_H_ |
-#define VM_OBJECT_GRAPH_H_ |
+#ifndef RUNTIME_VM_OBJECT_GRAPH_H_ |
+#define RUNTIME_VM_OBJECT_GRAPH_H_ |
#include "vm/allocation.h" |
#include "vm/object.h" |
@@ -105,4 +105,4 @@ class ObjectGraph : public StackResource { |
} // namespace dart |
-#endif // VM_OBJECT_GRAPH_H_ |
+#endif // RUNTIME_VM_OBJECT_GRAPH_H_ |