| Index: runtime/vm/globals.h
|
| diff --git a/runtime/vm/globals.h b/runtime/vm/globals.h
|
| index 9fd69e2770f5b1eb96195fb3d69bc58e7fcd1006..e65cb7d6320b00f0c1454ac9e23a5ae28483f5ed 100644
|
| --- a/runtime/vm/globals.h
|
| +++ b/runtime/vm/globals.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_GLOBALS_H_
|
| -#define VM_GLOBALS_H_
|
| +#ifndef RUNTIME_VM_GLOBALS_H_
|
| +#define RUNTIME_VM_GLOBALS_H_
|
|
|
| // This file contains global definitions for the VM library only. Anything that
|
| // is more globally useful should be added to 'vm/globals.h'.
|
| @@ -132,4 +132,4 @@ static const uword kZapUninitializedWord = 0xabababababababab;
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_GLOBALS_H_
|
| +#endif // RUNTIME_VM_GLOBALS_H_
|
|
|