| Index: runtime/vm/dart_api_message.h
|
| diff --git a/runtime/vm/dart_api_message.h b/runtime/vm/dart_api_message.h
|
| index bb1efa27f24136c07a5b642bf6030f197c4f44fe..7baab59b27c09dfd12b1b43b54a1464b05c97a87 100644
|
| --- a/runtime/vm/dart_api_message.h
|
| +++ b/runtime/vm/dart_api_message.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_MESSAGE_H_
|
| -#define VM_DART_API_MESSAGE_H_
|
| +#ifndef RUNTIME_VM_DART_API_MESSAGE_H_
|
| +#define RUNTIME_VM_DART_API_MESSAGE_H_
|
|
|
| #include "include/dart_native_api.h"
|
| #include "platform/utils.h"
|
| @@ -250,4 +250,4 @@ class ApiObjectConverter : public AllStatic {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_DART_API_MESSAGE_H_
|
| +#endif // RUNTIME_VM_DART_API_MESSAGE_H_
|
|
|