Index: runtime/vm/flow_graph_type_propagator.h |
diff --git a/runtime/vm/flow_graph_type_propagator.h b/runtime/vm/flow_graph_type_propagator.h |
index 84229c59bf83f6d8293bfe7092b87668baa1a871..421b76edd0e96fdf43832a2dd32142940373cd86 100644 |
--- a/runtime/vm/flow_graph_type_propagator.h |
+++ b/runtime/vm/flow_graph_type_propagator.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_FLOW_GRAPH_TYPE_PROPAGATOR_H_ |
-#define VM_FLOW_GRAPH_TYPE_PROPAGATOR_H_ |
+#ifndef RUNTIME_VM_FLOW_GRAPH_TYPE_PROPAGATOR_H_ |
+#define RUNTIME_VM_FLOW_GRAPH_TYPE_PROPAGATOR_H_ |
#include "vm/flow_graph.h" |
#include "vm/intermediate_language.h" |
@@ -98,4 +98,4 @@ class FlowGraphTypePropagator : public FlowGraphVisitor { |
} // namespace dart |
-#endif // VM_FLOW_GRAPH_TYPE_PROPAGATOR_H_ |
+#endif // RUNTIME_VM_FLOW_GRAPH_TYPE_PROPAGATOR_H_ |