| Index: runtime/vm/assembler_mips.h
|
| diff --git a/runtime/vm/assembler_mips.h b/runtime/vm/assembler_mips.h
|
| index 095fa749869ff343b684d380879cfd59dc0498f7..bc06a7a9af6281ff0960d255c67aad1ef449b8a6 100644
|
| --- a/runtime/vm/assembler_mips.h
|
| +++ b/runtime/vm/assembler_mips.h
|
| @@ -2,10 +2,10 @@
|
| // 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_ASSEMBLER_MIPS_H_
|
| -#define VM_ASSEMBLER_MIPS_H_
|
| +#ifndef RUNTIME_VM_ASSEMBLER_MIPS_H_
|
| +#define RUNTIME_VM_ASSEMBLER_MIPS_H_
|
|
|
| -#ifndef VM_ASSEMBLER_H_
|
| +#ifndef RUNTIME_VM_ASSEMBLER_H_
|
| #error Do not include assembler_mips.h directly; use assembler.h instead.
|
| #endif
|
|
|
| @@ -1764,4 +1764,4 @@ class Assembler : public ValueObject {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_ASSEMBLER_MIPS_H_
|
| +#endif // RUNTIME_VM_ASSEMBLER_MIPS_H_
|
|
|