| Index: runtime/vm/thread_pool.h
|
| diff --git a/runtime/vm/thread_pool.h b/runtime/vm/thread_pool.h
|
| index 8cd29a25ed5c86792277bb3c2849092a25291664..d9a4634f1e78154e4d5730216619f8d2494057a4 100644
|
| --- a/runtime/vm/thread_pool.h
|
| +++ b/runtime/vm/thread_pool.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_POOL_H_
|
| -#define VM_THREAD_POOL_H_
|
| +#ifndef RUNTIME_VM_THREAD_POOL_H_
|
| +#define RUNTIME_VM_THREAD_POOL_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/globals.h"
|
| @@ -147,4 +147,4 @@ class ThreadPool {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_THREAD_POOL_H_
|
| +#endif // RUNTIME_VM_THREAD_POOL_H_
|
|
|