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

Unified Diff: cc/threaded_unittest.cc

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/threaded_unittest.cc
diff --git a/cc/threaded_unittest.cc b/cc/threaded_unittest.cc
index 66a5a2d10bcc3d5208514470fcc61d02cadc7edb..8bcce4e3dc69ec967324d52ab1339413be0a7576 100644
--- a/cc/threaded_unittest.cc
+++ b/cc/threaded_unittest.cc
@@ -4,18 +4,18 @@
#include "config.h"
-#include "CCThreadedTest.h"
+#include "cc/threaded_unittest.h"
-#include "CCActiveAnimation.h"
+#include "cc/active_animation.h"
#include "CCInputHandler.h"
#include "CCLayerAnimationController.h"
#include "CCLayerImpl.h"
#include "CCLayerTreeHostImpl.h"
-#include "CCScopedThreadProxy.h"
+#include "cc/scoped_thread_proxy.h"
#include "CCSingleThreadProxy.h"
-#include "CCTextureUpdateQueue.h"
-#include "CCThreadTask.h"
-#include "CCTimingFunction.h"
+#include "cc/texture_update_queue.h"
+#include "cc/thread_task.h"
+#include "cc/timing_function.h"
#include "ContentLayerChromium.h"
#include "LayerChromium.h"
#include "base/stl_util.h"

Powered by Google App Engine
This is Rietveld 408576698