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

Unified Diff: cc/quad_culler_unittest.cc

Issue 11233025: cc: Remove CC*.h temporary includes, part 4/4. (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
« no previous file with comments | « cc/quad_culler.cc ('k') | cc/rate_limiter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/quad_culler_unittest.cc
diff --git a/cc/quad_culler_unittest.cc b/cc/quad_culler_unittest.cc
index 7256bb8e2ea28c007fae5c2ceac21fb07c73a396..6b83eaaf2dffdcdff38cb60206ea991be91e8ebe 100644
--- a/cc/quad_culler_unittest.cc
+++ b/cc/quad_culler_unittest.cc
@@ -4,13 +4,13 @@
#include "config.h"
-#include "CCQuadCuller.h"
+#include "cc/quad_culler.h"
#include "CCAppendQuadsData.h"
#include "CCLayerTilingData.h"
-#include "CCMathUtil.h"
-#include "CCOcclusionTracker.h"
-#include "CCOverdrawMetrics.h"
+#include "cc/math_util.h"
+#include "cc/occlusion_tracker.h"
+#include "cc/overdraw_metrics.h"
#include "cc/single_thread_proxy.h"
#include "cc/tile_draw_quad.h"
#include "cc/tiled_layer_impl.h"
« no previous file with comments | « cc/quad_culler.cc ('k') | cc/rate_limiter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698