Index: base/threading/worker_pool_unittest.cc |
diff --git a/base/threading/worker_pool_unittest.cc b/base/threading/worker_pool_unittest.cc |
index f044e102ae372d100fc292fc5eac8f3ff19ba255..5206f5c91a83666b49cd8794a2f89a89ab27403b 100644 |
--- a/base/threading/worker_pool_unittest.cc |
+++ b/base/threading/worker_pool_unittest.cc |
@@ -2,9 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "base/threading/worker_pool.h" |
+ |
+#include "base/location.h" |
#include "base/task.h" |
#include "base/synchronization/waitable_event.h" |
-#include "base/threading/worker_pool.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "testing/platform_test.h" |