| Index: runtime/vm/thread.h
|
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
|
| index 093e82a1fc7cb69b80fb071afe18e6d0b612c9f8..c06bd4f7fa19baeb4a82cbe64783a6e8152952c1 100644
|
| --- a/runtime/vm/thread.h
|
| +++ b/runtime/vm/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_THREAD_H_
|
| -#define VM_THREAD_H_
|
| +#ifndef RUNTIME_VM_THREAD_H_
|
| +#define RUNTIME_VM_THREAD_H_
|
|
|
| #include "include/dart_api.h"
|
| #include "platform/assert.h"
|
| @@ -792,4 +792,4 @@ class DisableThreadInterruptsScope : public StackResource {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_THREAD_H_
|
| +#endif // RUNTIME_VM_THREAD_H_
|
|
|