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

Unified Diff: cc/thread_proxy.h

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/texture_update_queue.cc ('k') | cc/thread_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/thread_proxy.h
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
index cc7842ba3f336158c42a34d2948cc5605b8111f0..b22e513f28ffd327dc9aa1e418fbd0012c20cbb1 100644
--- a/cc/thread_proxy.h
+++ b/cc/thread_proxy.h
@@ -5,12 +5,12 @@
#ifndef CCThreadProxy_h
#define CCThreadProxy_h
-#include "CCAnimationEvents.h"
-#include "CCCompletionEvent.h"
+#include "cc/animation_events.h"
+#include "cc/completion_event.h"
#include "CCLayerTreeHostImpl.h"
-#include "CCProxy.h"
-#include "CCScheduler.h"
-#include "CCTextureUpdateController.h"
+#include "cc/proxy.h"
+#include "cc/scheduler.h"
+#include "cc/texture_update_controller.h"
#include <base/time.h>
namespace cc {
« no previous file with comments | « cc/texture_update_queue.cc ('k') | cc/thread_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698