| Index: runtime/vm/dart_api_impl.h
|
| diff --git a/runtime/vm/dart_api_impl.h b/runtime/vm/dart_api_impl.h
|
| index f536e0bfb6ecdfbc744f6b4d190484bfdbbab544..0629b2de980fde07620ea5ee1cc2ff132fdb45a7 100644
|
| --- a/runtime/vm/dart_api_impl.h
|
| +++ b/runtime/vm/dart_api_impl.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_DART_API_IMPL_H_
|
| -#define VM_DART_API_IMPL_H_
|
| +#ifndef RUNTIME_VM_DART_API_IMPL_H_
|
| +#define RUNTIME_VM_DART_API_IMPL_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/native_arguments.h"
|
| @@ -303,4 +303,4 @@ class Api : AllStatic {
|
|
|
| } // namespace dart.
|
|
|
| -#endif // VM_DART_API_IMPL_H_
|
| +#endif // RUNTIME_VM_DART_API_IMPL_H_
|
|
|