summaryrefslogtreecommitdiffstats
path: root/base/threading/watchdog_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/threading/watchdog_unittest.cc')
-rw-r--r--base/threading/watchdog_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/threading/watchdog_unittest.cc b/base/threading/watchdog_unittest.cc
index 347781e..f96487b 100644
--- a/base/threading/watchdog_unittest.cc
+++ b/base/threading/watchdog_unittest.cc
@@ -5,8 +5,8 @@
#include "base/threading/watchdog.h"
#include "base/logging.h"
-#include "base/platform_thread.h"
#include "base/spin_wait.h"
+#include "base/threading/platform_thread.h"
#include "base/time.h"
#include "testing/gtest/include/gtest/gtest.h"