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

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: 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
Index: cc/thread_proxy.h
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
index 48da56d05669211e3a0346280ccd24af3ebb0254..9b6e5f2cbdf00b81a9a1f7274e3432fd34f2d28d 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>
#include <wtf/OwnPtr.h>
« cc/debug_rect_history.cc ('K') | « 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