| Index: runtime/vm/flow_graph.h
|
| diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
|
| index e4a0a3ca483a3d9498f0b650f349de19d26d30e0..1b710836757b04c85a0e2496daaf74062dc0adad 100644
|
| --- a/runtime/vm/flow_graph.h
|
| +++ b/runtime/vm/flow_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_FLOW_GRAPH_H_
|
| -#define VM_FLOW_GRAPH_H_
|
| +#ifndef RUNTIME_VM_FLOW_GRAPH_H_
|
| +#define RUNTIME_VM_FLOW_GRAPH_H_
|
|
|
| #include "vm/bit_vector.h"
|
| #include "vm/growable_array.h"
|
| @@ -566,4 +566,4 @@ class DefinitionWorklist : public ValueObject {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_FLOW_GRAPH_H_
|
| +#endif // RUNTIME_VM_FLOW_GRAPH_H_
|
|
|