| Index: content/renderer/categorized_worker_pool_unittest.cc
|
| diff --git a/content/renderer/categorized_worker_pool_unittest.cc b/content/renderer/categorized_worker_pool_unittest.cc
|
| index 9e6fb19ec0a1b9120db2f14a6aa0e1f61d5f5f5b..f8da22c88f3a3b2db4338778155f8e6c8e610bde 100644
|
| --- a/content/renderer/categorized_worker_pool_unittest.cc
|
| +++ b/content/renderer/categorized_worker_pool_unittest.cc
|
| @@ -2,11 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "content/renderer/categorized_worker_pool.h"
|
| +#include "base/sequenced_task_runner.h"
|
| #include "base/test/sequenced_task_runner_test_template.h"
|
| #include "base/test/task_runner_test_template.h"
|
| #include "base/threading/simple_thread.h"
|
| #include "cc/test/task_graph_runner_test_template.h"
|
| -#include "content/renderer/categorized_worker_pool.h"
|
|
|
| namespace base {
|
| namespace {
|
|
|