summaryrefslogtreecommitdiffstats
path: root/base/cancellation_flag_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/cancellation_flag_unittest.cc')
-rw-r--r--base/cancellation_flag_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/cancellation_flag_unittest.cc b/base/cancellation_flag_unittest.cc
index eb28b53..9c9ffd7 100644
--- a/base/cancellation_flag_unittest.cc
+++ b/base/cancellation_flag_unittest.cc
@@ -10,7 +10,7 @@
#include "base/message_loop.h"
#include "base/spin_wait.h"
#include "base/time.h"
-#include "base/thread.h"
+#include "base/threading/thread.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/platform_test.h"