| Index: runtime/vm/cpu_dbc.h
|
| diff --git a/runtime/vm/cpu_dbc.h b/runtime/vm/cpu_dbc.h
|
| index 486acdb7684cd4c35f44a0fefbfc28caa570d8a8..e42cc1c94abd332b462d74cae74be2769e18bc26 100644
|
| --- a/runtime/vm/cpu_dbc.h
|
| +++ b/runtime/vm/cpu_dbc.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_CPU_DBC_H_
|
| -#define VM_CPU_DBC_H_
|
| +#ifndef RUNTIME_VM_CPU_DBC_H_
|
| +#define RUNTIME_VM_CPU_DBC_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/simulator.h"
|
| @@ -47,4 +47,4 @@ class TargetCPUFeatures : public AllStatic {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_CPU_DBC_H_
|
| +#endif // RUNTIME_VM_CPU_DBC_H_
|
|
|