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

Unified Diff: cc/delay_based_time_source.cc

Issue 11228059: cc: Remove CC*.h temporary includes, part 6/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase - fix conflicts Created 8 years, 2 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/debug_rect_history.cc ('k') | cc/delay_based_time_source_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/delay_based_time_source.cc
diff --git a/cc/delay_based_time_source.cc b/cc/delay_based_time_source.cc
index 397027fba20f3468d4e0076d7b4c3b03d5b0c55f..9d17b074c1cdb60367fb0c7ca29c58f9a2b48ab2 100644
--- a/cc/delay_based_time_source.cc
+++ b/cc/delay_based_time_source.cc
@@ -4,11 +4,12 @@
#include "config.h"
-#include "CCDelayBasedTimeSource.h"
+#include "cc/delay_based_time_source.h"
+
+#include <algorithm>
#include "base/debug/trace_event.h"
#include "base/logging.h"
-#include <algorithm>
#include <wtf/CurrentTime.h>
#include <wtf/MathExtras.h>
« no previous file with comments | « cc/debug_rect_history.cc ('k') | cc/delay_based_time_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698