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

Unified Diff: cc/scheduler/rolling_time_delta_history.h

Issue 18120002: Use a direct include of time headers in cc/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « cc/scheduler/frame_rate_controller.h ('k') | cc/scheduler/scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/rolling_time_delta_history.h
diff --git a/cc/scheduler/rolling_time_delta_history.h b/cc/scheduler/rolling_time_delta_history.h
index 947fb9855062b5b5d0c8c05af52b7cd8ef69d2c8..b79862d6daec66c895251e9036e645239fc8519e 100644
--- a/cc/scheduler/rolling_time_delta_history.h
+++ b/cc/scheduler/rolling_time_delta_history.h
@@ -8,7 +8,7 @@
#include <deque>
#include <set>
-#include "base/time.h"
+#include "base/time/time.h"
#include "cc/base/cc_export.h"
namespace cc {
« no previous file with comments | « cc/scheduler/frame_rate_controller.h ('k') | cc/scheduler/scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698