| Index: runtime/vm/os_thread_android.h
|
| diff --git a/runtime/vm/os_thread_android.h b/runtime/vm/os_thread_android.h
|
| index c4f398157ab276e61000be87cdbf55e13fdda3c8..095471226d53ab85f567657d4a9a2f92cb0a4065 100644
|
| --- a/runtime/vm/os_thread_android.h
|
| +++ b/runtime/vm/os_thread_android.h
|
| @@ -2,10 +2,10 @@
|
| // 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_OS_THREAD_ANDROID_H_
|
| -#define VM_OS_THREAD_ANDROID_H_
|
| +#ifndef RUNTIME_VM_OS_THREAD_ANDROID_H_
|
| +#define RUNTIME_VM_OS_THREAD_ANDROID_H_
|
|
|
| -#if !defined(VM_OS_THREAD_H_)
|
| +#if !defined(RUNTIME_VM_OS_THREAD_H_)
|
| #error Do not include os_thread_android.h directly; use os_thread.h instead.
|
| #endif
|
|
|
| @@ -77,4 +77,4 @@ class MonitorData {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_OS_THREAD_ANDROID_H_
|
| +#endif // RUNTIME_VM_OS_THREAD_ANDROID_H_
|
|
|