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

Unified Diff: cc/timer.cc

Issue 11145033: cc: Get rid of CC*.h temporary header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased - fixed the conflicts hopefuly 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/tiled_layer_unittest.cc ('k') | cc/timer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/timer.cc
diff --git a/cc/timer.cc b/cc/timer.cc
index 089c12b19b52cd876abb582f0be2d73d6bbefebe..35dc91606416c095b5501a41e24e82c840a48c78 100644
--- a/cc/timer.cc
+++ b/cc/timer.cc
@@ -4,10 +4,10 @@
#include "config.h"
-#include "CCTimer.h"
+#include "cc/timer.h"
#include "base/compiler_specific.h"
-#include "CCThread.h"
+#include "cc/thread.h"
namespace cc {
« no previous file with comments | « cc/tiled_layer_unittest.cc ('k') | cc/timer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698