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

Unified Diff: cc/test/mock_quad_culler.h

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/test/layer_tree_test_common.cc ('k') | cc/test/occlusion_tracker_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/mock_quad_culler.h
diff --git a/cc/test/mock_quad_culler.h b/cc/test/mock_quad_culler.h
index d853b586277cf97794a4bde8b2436f99bef3a7cf..354ee2d94148f437a0347e5392e38bb5fdf80dec 100644
--- a/cc/test/mock_quad_culler.h
+++ b/cc/test/mock_quad_culler.h
@@ -6,10 +6,10 @@
#define MockCCQuadCuller_h
#include "CCDrawQuad.h"
-#include "CCQuadSink.h"
-#include "CCRenderPass.h"
#include "IntRect.h"
#include "base/memory/scoped_ptr.h"
+#include "cc/quad_sink.h"
+#include "cc/render_pass.h"
namespace cc {
@@ -34,5 +34,6 @@ private:
CCSharedQuadStateList m_sharedQuadStateStorage;
};
-} // namespace cc
+} // namespace cc
+
#endif // MockCCQuadCuller_h
« no previous file with comments | « cc/test/layer_tree_test_common.cc ('k') | cc/test/occlusion_tracker_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698