| Index: runtime/vm/os_thread.h
|
| diff --git a/runtime/vm/os_thread.h b/runtime/vm/os_thread.h
|
| index e9508325aca3bb740b5cb1a0ec0269fa06556f79..00fad7cb5267267c2a9b45b16a938eeddb8f0b50 100644
|
| --- a/runtime/vm/os_thread.h
|
| +++ b/runtime/vm/os_thread.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_OS_THREAD_H_
|
| -#define VM_OS_THREAD_H_
|
| +#ifndef RUNTIME_VM_OS_THREAD_H_
|
| +#define RUNTIME_VM_OS_THREAD_H_
|
|
|
| #include "platform/globals.h"
|
| #include "vm/allocation.h"
|
| @@ -360,4 +360,4 @@ class Monitor {
|
| } // namespace dart
|
|
|
|
|
| -#endif // VM_OS_THREAD_H_
|
| +#endif // RUNTIME_VM_OS_THREAD_H_
|
|
|