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

Unified Diff: cc/delegated_renderer_layer_impl_unittest.cc

Issue 11227005: Reland "cc: Remove CC*.h temporary includes, part 1/4." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: the fix 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/damage_tracker_unittest.cc ('k') | cc/draw_quad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/delegated_renderer_layer_impl_unittest.cc
diff --git a/cc/delegated_renderer_layer_impl_unittest.cc b/cc/delegated_renderer_layer_impl_unittest.cc
index 1fc22bf5a19dc5bb8051066fc32c09859735e15b..ab873a355bb9027973a894b4ff4b9431f5388217 100644
--- a/cc/delegated_renderer_layer_impl_unittest.cc
+++ b/cc/delegated_renderer_layer_impl_unittest.cc
@@ -10,10 +10,10 @@
#include "CCLayerTreeHostImpl.h"
#include "CCQuadSink.h"
#include "CCRenderPassDrawQuad.h"
-#include "CCSingleThreadProxy.h"
-#include "CCSolidColorDrawQuad.h"
-#include "CCSolidColorLayerImpl.h"
#include "cc/scoped_ptr_vector.h"
+#include "cc/single_thread_proxy.h"
+#include "cc/solid_color_draw_quad.h"
+#include "cc/solid_color_layer_impl.h"
#include "cc/test/fake_web_compositor_output_surface.h"
#include "cc/test/fake_web_graphics_context_3d.h"
#include "cc/test/geometry_test_utils.h"
« no previous file with comments | « cc/damage_tracker_unittest.cc ('k') | cc/draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698