| Index: runtime/vm/flow_graph_allocator.h
|
| diff --git a/runtime/vm/flow_graph_allocator.h b/runtime/vm/flow_graph_allocator.h
|
| index 34804eb7f3f68369089c4d364511bb58fb0c674f..6cd79e0ea0f476f1d7ee03de9302fbb00e77ae34 100644
|
| --- a/runtime/vm/flow_graph_allocator.h
|
| +++ b/runtime/vm/flow_graph_allocator.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_ALLOCATOR_H_
|
| -#define VM_FLOW_GRAPH_ALLOCATOR_H_
|
| +#ifndef RUNTIME_VM_FLOW_GRAPH_ALLOCATOR_H_
|
| +#define RUNTIME_VM_FLOW_GRAPH_ALLOCATOR_H_
|
|
|
| #include "vm/flow_graph.h"
|
| #include "vm/growable_array.h"
|
| @@ -684,4 +684,4 @@ class LiveRange : public ZoneAllocated {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_FLOW_GRAPH_ALLOCATOR_H_
|
| +#endif // RUNTIME_VM_FLOW_GRAPH_ALLOCATOR_H_
|
|
|