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

Unified Diff: cc/thread_proxy.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/thread_proxy.h ('k') | cc/thread_task.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/thread_proxy.cc
diff --git a/cc/thread_proxy.cc b/cc/thread_proxy.cc
index 2e1e74d3bd4e3353c6b7d3007b7b60938afb1e10..de4402124aa0542dc3ef487dbdb02a4451dea1ee 100644
--- a/cc/thread_proxy.cc
+++ b/cc/thread_proxy.cc
@@ -4,7 +4,7 @@
#include "config.h"
-#include "CCThreadProxy.h"
+#include "cc/thread_proxy.h"
#include "CCDelayBasedTimeSource.h"
#include "CCDrawQuad.h"
@@ -12,9 +12,9 @@
#include "CCGraphicsContext.h"
#include "CCInputHandler.h"
#include "CCLayerTreeHost.h"
-#include "CCScheduler.h"
-#include "CCScopedThreadProxy.h"
-#include "CCThreadTask.h"
+#include "cc/scheduler.h"
+#include "cc/scoped_thread_proxy.h"
+#include "cc/thread_task.h"
#include "TraceEvent.h"
#include <public/WebSharedGraphicsContext3D.h>
#include <wtf/CurrentTime.h>
« no previous file with comments | « cc/thread_proxy.h ('k') | cc/thread_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698