Index: base/synchronization/spin_wait.h |
diff --git a/base/synchronization/spin_wait.h b/base/synchronization/spin_wait.h |
index ad54ca87b63ca8d7f69116051cb0a76bba88a017..9b147cda96544a4881ab4956cfaff7426d57567b 100644 |
--- a/base/synchronization/spin_wait.h |
+++ b/base/synchronization/spin_wait.h |
@@ -16,7 +16,7 @@ |
#define BASE_SYNCHRONIZATION_SPIN_WAIT_H_ |
#include "base/threading/platform_thread.h" |
-#include "base/time.h" |
+#include "base/time/time.h" |
// Provide a macro that will wait no longer than 1 second for an asynchronous |
// change is the value of an expression. |