| Index: runtime/vm/stack_frame_x64.h
|
| diff --git a/runtime/vm/stack_frame_x64.h b/runtime/vm/stack_frame_x64.h
|
| index 8fc20a4847ec019f94781131c98cebac1c823cdf..1ff4ba0282880fac9c3a8d89860b0c1f6b74a9e3 100644
|
| --- a/runtime/vm/stack_frame_x64.h
|
| +++ b/runtime/vm/stack_frame_x64.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_X64_H_
|
| -#define VM_STACK_FRAME_X64_H_
|
| +#ifndef RUNTIME_VM_STACK_FRAME_X64_H_
|
| +#define RUNTIME_VM_STACK_FRAME_X64_H_
|
|
|
| namespace dart {
|
|
|
| @@ -53,4 +53,4 @@ static const int kExitLinkSlotFromEntryFp = -10;
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_STACK_FRAME_X64_H_
|
| +#endif // RUNTIME_VM_STACK_FRAME_X64_H_
|
|
|