| Index: runtime/vm/constants_mips.h
|
| diff --git a/runtime/vm/constants_mips.h b/runtime/vm/constants_mips.h
|
| index 9a79f53b72b96d23af52404b9023669cd72d620d..7f53e4094ef0d965abf6a9cdac8063c8fe84406d 100644
|
| --- a/runtime/vm/constants_mips.h
|
| +++ b/runtime/vm/constants_mips.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_MIPS_H_
|
| -#define VM_CONSTANTS_MIPS_H_
|
| +#ifndef RUNTIME_VM_CONSTANTS_MIPS_H_
|
| +#define RUNTIME_VM_CONSTANTS_MIPS_H_
|
|
|
| #include "platform/assert.h"
|
|
|
| @@ -658,4 +658,4 @@ class Instr {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_CONSTANTS_MIPS_H_
|
| +#endif // RUNTIME_VM_CONSTANTS_MIPS_H_
|
|
|