| Index: runtime/vm/thread_registry.h
|
| diff --git a/runtime/vm/thread_registry.h b/runtime/vm/thread_registry.h
|
| index dd2c6df79fd606eebfa43f2706bcbdcc6423387a..4965e75279b82237942fb60f893d5529b5d21bc7 100644
|
| --- a/runtime/vm/thread_registry.h
|
| +++ b/runtime/vm/thread_registry.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_REGISTRY_H_
|
| -#define VM_THREAD_REGISTRY_H_
|
| +#ifndef RUNTIME_VM_THREAD_REGISTRY_H_
|
| +#define RUNTIME_VM_THREAD_REGISTRY_H_
|
|
|
| #include "vm/globals.h"
|
| #include "vm/growable_array.h"
|
| @@ -67,4 +67,4 @@ class ThreadRegistry {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_THREAD_REGISTRY_H_
|
| +#endif // RUNTIME_VM_THREAD_REGISTRY_H_
|
|
|