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

Unified Diff: cc/layer_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_unittest.cc ('k') | cc/occlusion_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_unittest.cc
diff --git a/cc/layer_unittest.cc b/cc/layer_unittest.cc
index 49b1cfbe4ae6cb3031a95d3511473d6fe1a43bad..4810a94a574cb8d51133d1a64500018fe6412add 100644
--- a/cc/layer_unittest.cc
+++ b/cc/layer_unittest.cc
@@ -6,16 +6,16 @@
#include "cc/layer.h"
-#include "CCKeyframedAnimationCurve.h"
-#include "CCLayerImpl.h"
-#include "CCLayerTreeHost.h"
+#include "cc/keyframed_animation_curve.h"
+#include "cc/layer_impl.h"
#include "cc/layer_painter.h"
+#include "cc/layer_tree_host.h"
+#include "cc/settings.h"
#include "cc/single_thread_proxy.h"
#include "cc/test/fake_layer_tree_host_client.h"
#include "cc/test/geometry_test_utils.h"
-#include "cc/test/web_compositor_initializer.h"
#include "cc/test/test_common.h"
-#include "cc/settings.h"
+#include "cc/test/web_compositor_initializer.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include <public/WebTransformationMatrix.h>
« no previous file with comments | « cc/layer_tree_host_unittest.cc ('k') | cc/occlusion_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698