summaryrefslogtreecommitdiffstats
path: root/base/threading/worker_pool_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/threading/worker_pool_unittest.cc')
-rw-r--r--base/threading/worker_pool_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/threading/worker_pool_unittest.cc b/base/threading/worker_pool_unittest.cc
index cf8e0e8..f044e10 100644
--- a/base/threading/worker_pool_unittest.cc
+++ b/base/threading/worker_pool_unittest.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "base/task.h"
-#include "base/waitable_event.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"