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

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: 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/threaded_unittest.h ('k') | cc/throttled_texture_uploader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/threaded_unittest.cc
diff --git a/cc/threaded_unittest.cc b/cc/threaded_unittest.cc
index fd258248c7ee6e04212b79c052dd649f801fa471..192473eb2efd2451fbeaf83d340667b4b34aa897 100644
--- a/cc/threaded_unittest.cc
+++ b/cc/threaded_unittest.cc
@@ -4,26 +4,26 @@
#include "config.h"
-#include "CCThreadedTest.h"
+#include "cc/threaded_unittest.h"
-#include "CCActiveAnimation.h"
#include "CCInputHandler.h"
#include "CCLayerAnimationController.h"
#include "CCLayerImpl.h"
#include "CCLayerTreeHostImpl.h"
-#include "CCScopedThreadProxy.h"
#include "CCSingleThreadProxy.h"
-#include "CCTextureUpdateQueue.h"
-#include "CCThreadTask.h"
-#include "CCTimingFunction.h"
#include "base/stl_util.h"
+#include "cc/active_animation.h"
#include "cc/content_layer.h"
#include "cc/layer.h"
+#include "cc/scoped_thread_proxy.h"
#include "cc/test/animation_test_common.h"
#include "cc/test/fake_web_compositor_output_surface.h"
#include "cc/test/fake_web_graphics_context_3d.h"
#include "cc/test/occlusion_tracker_test_common.h"
#include "cc/test/tiled_layer_test_common.h"
+#include "cc/texture_update_queue.h"
+#include "cc/thread_task.h"
+#include "cc/timing_function.h"
#include "testing/gmock/include/gmock/gmock.h"
#include <public/Platform.h>
#include <public/WebCompositorSupport.h>
« no previous file with comments | « cc/threaded_unittest.h ('k') | cc/throttled_texture_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698