| Index: runtime/vm/os_thread_macos.h
|
| diff --git a/runtime/vm/os_thread_macos.h b/runtime/vm/os_thread_macos.h
|
| index 4909edf5c852ad152a48ad64a725bfc8a2dae5dd..2a2fcf5be10339b52c8411491db62713edba3957 100644
|
| --- a/runtime/vm/os_thread_macos.h
|
| +++ b/runtime/vm/os_thread_macos.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_MACOS_H_
|
| -#define VM_OS_THREAD_MACOS_H_
|
| +#ifndef RUNTIME_VM_OS_THREAD_MACOS_H_
|
| +#define RUNTIME_VM_OS_THREAD_MACOS_H_
|
|
|
| -#if !defined(VM_OS_THREAD_H_)
|
| +#if !defined(RUNTIME_VM_OS_THREAD_H_)
|
| #error Do not include os_thread_macos.h directly; use os_thread.h instead.
|
| #endif
|
|
|
| @@ -78,4 +78,4 @@ class MonitorData {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_OS_THREAD_MACOS_H_
|
| +#endif // RUNTIME_VM_OS_THREAD_MACOS_H_
|
|
|