| Index: runtime/include/dart_native_api.h
|
| diff --git a/runtime/include/dart_native_api.h b/runtime/include/dart_native_api.h
|
| index 74237c170e1bae4f59bd2297ef2ca81c634331b6..f1e0ca108f8dc86c76f0259235a240adea39098c 100644
|
| --- a/runtime/include/dart_native_api.h
|
| +++ b/runtime/include/dart_native_api.h
|
| @@ -4,8 +4,8 @@
|
| * BSD-style license that can be found in the LICENSE file.
|
| */
|
|
|
| -#ifndef INCLUDE_DART_NATIVE_API_H_
|
| -#define INCLUDE_DART_NATIVE_API_H_
|
| +#ifndef RUNTIME_INCLUDE_DART_NATIVE_API_H_
|
| +#define RUNTIME_INCLUDE_DART_NATIVE_API_H_
|
|
|
| #include "include/dart_api.h"
|
|
|
|
|