| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index eaf6578193df038397671a76a547baf974e4089e..5189737f2fbd76d9d5a34a8e43f831e14380e6b9 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.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_BOOTSTRAP_NATIVES_H_
|
| -#define VM_BOOTSTRAP_NATIVES_H_
|
| +#ifndef RUNTIME_VM_BOOTSTRAP_NATIVES_H_
|
| +#define RUNTIME_VM_BOOTSTRAP_NATIVES_H_
|
|
|
| #include "vm/native_entry.h"
|
|
|
| @@ -427,4 +427,4 @@ class BootstrapNatives : public AllStatic {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_BOOTSTRAP_NATIVES_H_
|
| +#endif // RUNTIME_VM_BOOTSTRAP_NATIVES_H_
|
|
|