Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: base/synchronization/spin_wait.h

Issue 18119002: Use a direct include of time headers in base/, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win fix Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/synchronization/condition_variable_win.cc ('k') | base/synchronization/waitable_event_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « base/synchronization/condition_variable_win.cc ('k') | base/synchronization/waitable_event_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698