diff options
Diffstat (limited to 'base/worker_pool_unittest.cc')
-rw-r--r-- | base/worker_pool_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/worker_pool_unittest.cc b/base/worker_pool_unittest.cc index e3b5c16..e07e8ab 100644 --- a/base/worker_pool_unittest.cc +++ b/base/worker_pool_unittest.cc @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/platform_test.h" #include "base/task.h" #include "base/waitable_event.h" #include "base/worker_pool.h" #include "testing/gtest/include/gtest/gtest.h" +#include "testing/platform_test.h" using base::WaitableEvent; |