| Index: runtime/vm/constants_arm64.h
|
| diff --git a/runtime/vm/constants_arm64.h b/runtime/vm/constants_arm64.h
|
| index e855b0fde94b2cc25f6d8e71aab53f472ccc684c..c2d6981af695e4e39a37bf9b2c30ddd84bd66405 100644
|
| --- a/runtime/vm/constants_arm64.h
|
| +++ b/runtime/vm/constants_arm64.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_ARM64_H_
|
| -#define VM_CONSTANTS_ARM64_H_
|
| +#ifndef RUNTIME_VM_CONSTANTS_ARM64_H_
|
| +#define RUNTIME_VM_CONSTANTS_ARM64_H_
|
|
|
| #include "platform/assert.h"
|
|
|
| @@ -1104,4 +1104,4 @@ class Instr {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_CONSTANTS_ARM64_H_
|
| +#endif // RUNTIME_VM_CONSTANTS_ARM64_H_
|
|
|