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

Unified Diff: cc/software_renderer_unittest.cc

Issue 11189076: cc: Remove CC*.h temporary includes, part 1/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: f...k 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/software_renderer.cc ('k') | cc/solid_color_draw_quad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/software_renderer_unittest.cc
diff --git a/cc/software_renderer_unittest.cc b/cc/software_renderer_unittest.cc
index 5160963cb9efd2e6294a0719218857fc50852432..e1c59a9b6f0065006f9c3c2ac35d8092b8f8c74e 100644
--- a/cc/software_renderer_unittest.cc
+++ b/cc/software_renderer_unittest.cc
@@ -10,9 +10,9 @@
#include "CCRenderPass.h"
#include "CCRenderPassDrawQuad.h"
#include "CCSettings.h"
-#include "CCSingleThreadProxy.h" // For DebugScopedSetImplThread
-#include "CCSolidColorDrawQuad.h"
#include "CCTileDrawQuad.h"
+#include "cc/single_thread_proxy.h" // For DebugScopedSetImplThread
+#include "cc/solid_color_draw_quad.h"
#include "cc/test/animation_test_common.h"
#include "cc/test/fake_web_compositor_output_surface.h"
#include "cc/test/fake_web_compositor_software_output_device.h"
« no previous file with comments | « cc/software_renderer.cc ('k') | cc/solid_color_draw_quad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698