| Index: base/synchronization/cancellation_flag_unittest.cc
|
| diff --git a/base/synchronization/cancellation_flag_unittest.cc b/base/synchronization/cancellation_flag_unittest.cc
|
| index 02a31b5ee1d880c3124bd4caf6de9cdb1e749a2c..36b8722cde112e25853307409c94ec524d868615 100644
|
| --- a/base/synchronization/cancellation_flag_unittest.cc
|
| +++ b/base/synchronization/cancellation_flag_unittest.cc
|
| @@ -10,8 +10,8 @@
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| #include "base/synchronization/spin_wait.h"
|
| -#include "base/time.h"
|
| #include "base/threading/thread.h"
|
| +#include "base/time/time.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
|
|
|
|