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

Unified Diff: cc/layer_tree_host_impl_unittest.cc

Issue 11225040: cc: Remove CC*.h temporary includes, part 5/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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/layer_tree_host_impl.cc ('k') | cc/layer_tree_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host_impl_unittest.cc
diff --git a/cc/layer_tree_host_impl_unittest.cc b/cc/layer_tree_host_impl_unittest.cc
index f8e73857e1f0713b0948cd4baf043262a27ea7d8..988737f465781b8f3c28067ecffc4aeb942cfbfa 100644
--- a/cc/layer_tree_host_impl_unittest.cc
+++ b/cc/layer_tree_host_impl_unittest.cc
@@ -7,13 +7,13 @@
#include "cc/layer_tree_host_impl.h"
#include "CCDelegatedRendererLayerImpl.h"
-#include "CCHeadsUpDisplayLayerImpl.h"
-#include "CCIOSurfaceLayerImpl.h"
-#include "CCLayerImpl.h"
-#include "CCLayerTilingData.h"
#include "base/command_line.h"
#include "base/hash_tables.h"
#include "cc/gl_renderer.h"
+#include "cc/heads_up_display_layer_impl.h"
+#include "cc/io_surface_layer_impl.h"
+#include "cc/layer_impl.h"
+#include "cc/layer_tiling_data.h"
#include "cc/quad_sink.h"
#include "cc/render_pass_draw_quad.h"
#include "cc/scrollbar_geometry_fixed_thumb.h"
« no previous file with comments | « cc/layer_tree_host_impl.cc ('k') | cc/layer_tree_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698