| Index: runtime/vm/stack_frame_mips.h
|
| diff --git a/runtime/vm/stack_frame_mips.h b/runtime/vm/stack_frame_mips.h
|
| index 35c9abac85235818a748b883fb0fd201f15bd22a..7290b8b70509420065499a0562b285f556d84c88 100644
|
| --- a/runtime/vm/stack_frame_mips.h
|
| +++ b/runtime/vm/stack_frame_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_STACK_FRAME_MIPS_H_
|
| -#define VM_STACK_FRAME_MIPS_H_
|
| +#ifndef RUNTIME_VM_STACK_FRAME_MIPS_H_
|
| +#define RUNTIME_VM_STACK_FRAME_MIPS_H_
|
|
|
| namespace dart {
|
|
|
| @@ -47,4 +47,4 @@ COMPILE_ASSERT(kAbiPreservedFpuRegCount == 12);
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_STACK_FRAME_MIPS_H_
|
| +#endif // RUNTIME_VM_STACK_FRAME_MIPS_H_
|
|
|