| Index: runtime/vm/runtime_entry.h
|
| diff --git a/runtime/vm/runtime_entry.h b/runtime/vm/runtime_entry.h
|
| index c52b6b55b05965e23c61c31a5da583c8deee9037..93f40481eabec9326a7a2a86292693e571ac0653 100644
|
| --- a/runtime/vm/runtime_entry.h
|
| +++ b/runtime/vm/runtime_entry.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_RUNTIME_ENTRY_H_
|
| -#define VM_RUNTIME_ENTRY_H_
|
| +#ifndef RUNTIME_VM_RUNTIME_ENTRY_H_
|
| +#define RUNTIME_VM_RUNTIME_ENTRY_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/flags.h"
|
| @@ -186,4 +186,4 @@ RuntimeFunctionId RuntimeEntry::RuntimeFunctionIdFromAddress(uword address) {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_RUNTIME_ENTRY_H_
|
| +#endif // RUNTIME_VM_RUNTIME_ENTRY_H_
|
|
|