| Index: base/test/sequenced_worker_pool_owner.h
|
| diff --git a/base/test/sequenced_worker_pool_owner.h b/base/test/sequenced_worker_pool_owner.h
|
| index bf5f2f766e151e29ff7b2a78780e01c5c5715fc4..b52dd67fe809fb28062b3c466430185950824deb 100644
|
| --- a/base/test/sequenced_worker_pool_owner.h
|
| +++ b/base/test/sequenced_worker_pool_owner.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_TEST_SEQUENCED_WORKER_POOL_OWNER_H_
|
| -#define BASE_TEST_SEQUENCED_WORKER_POOL_OWNER_H_
|
| +#ifndef BASE_THREADING_SEQUENCED_WORKER_POOL_UNITTEST_H_
|
| +#define BASE_THREADING_SEQUENCED_WORKER_POOL_UNITTEST_H_
|
|
|
| #include <cstddef>
|
| #include <string>
|
| @@ -58,4 +58,4 @@
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_TEST_SEQUENCED_WORKER_POOL_OWNER_H_
|
| +#endif // BASE_THREADING_SEQUENCED_WORKER_POOL_UNITTEST_H_
|
|
|