| Index: runtime/vm/constants_ia32.h
|
| diff --git a/runtime/vm/constants_ia32.h b/runtime/vm/constants_ia32.h
|
| index adf988aec6645fa123931bc95ac0768fd13f0310..5d61a9a50b7b1af8eac213558367e637dd9fd1bd 100644
|
| --- a/runtime/vm/constants_ia32.h
|
| +++ b/runtime/vm/constants_ia32.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_CONSTANTS_IA32_H_
|
| -#define VM_CONSTANTS_IA32_H_
|
| +#ifndef RUNTIME_VM_CONSTANTS_IA32_H_
|
| +#define RUNTIME_VM_CONSTANTS_IA32_H_
|
|
|
| #include "platform/assert.h"
|
|
|
| @@ -160,4 +160,4 @@ const int MAX_NOP_SIZE = 8;
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_CONSTANTS_IA32_H_
|
| +#endif // RUNTIME_VM_CONSTANTS_IA32_H_
|
|
|