| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 165cdede238607ad27260589d64c0d791fee338d..a43c6afe160535d2f94178347d791332fdb8186b 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.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_COMPILER_H_
|
| -#define VM_FLOW_GRAPH_COMPILER_H_
|
| +#ifndef RUNTIME_VM_FLOW_GRAPH_COMPILER_H_
|
| +#define RUNTIME_VM_FLOW_GRAPH_COMPILER_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/assembler.h"
|
| @@ -802,4 +802,4 @@ class FlowGraphCompiler : public ValueObject {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_FLOW_GRAPH_COMPILER_H_
|
| +#endif // RUNTIME_VM_FLOW_GRAPH_COMPILER_H_
|
|
|