| Index: runtime/vm/flags.h
|
| diff --git a/runtime/vm/flags.h b/runtime/vm/flags.h
|
| index b30299c7a95adb7fec983fe1ffc93618d2dc66b4..2d882d00519b6ba650f9558316645845c4314919 100644
|
| --- a/runtime/vm/flags.h
|
| +++ b/runtime/vm/flags.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_FLAGS_H_
|
| -#define VM_FLAGS_H_
|
| +#ifndef RUNTIME_VM_FLAGS_H_
|
| +#define RUNTIME_VM_FLAGS_H_
|
|
|
| #include "platform/assert.h"
|
| #include "vm/flag_list.h"
|
| @@ -157,4 +157,4 @@ FLAG_LIST(PRODUCT_FLAG_MARCO,
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_FLAGS_H_
|
| +#endif // RUNTIME_VM_FLAGS_H_
|
|
|