From c4040a52daacf201ed76f070d56ff5d85a34b50e Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Sun, 21 Oct 2012 15:01:40 +0000 Subject: cc: Remove CC*.h temporary includes, part 3/4. BUG=155413 TEST=cc_unittests R=enne@chromium.org,jamesr@chromium.org TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/11228017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163205 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/layer_tree_host_impl.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cc/layer_tree_host_impl.cc') diff --git a/cc/layer_tree_host_impl.cc b/cc/layer_tree_host_impl.cc index a4367bf..422fa65 100644 --- a/cc/layer_tree_host_impl.cc +++ b/cc/layer_tree_host_impl.cc @@ -21,15 +21,15 @@ #include "CCPageScaleAnimation.h" #include "CCPrioritizedTextureManager.h" #include "CCRenderPassDrawQuad.h" -#include "CCRendererGL.h" -#include "CCRendererSoftware.h" -#include "CCRenderingStats.h" -#include "CCScrollbarAnimationController.h" -#include "CCScrollbarLayerImpl.h" -#include "CCSettings.h" #include "base/basictypes.h" #include "base/debug/trace_event.h" +#include "cc/gl_renderer.h" +#include "cc/rendering_stats.h" +#include "cc/scrollbar_animation_controller.h" +#include "cc/scrollbar_layer_impl.h" +#include "cc/settings.h" #include "cc/single_thread_proxy.h" +#include "cc/software_renderer.h" #include "cc/texture_uploader.h" #include #include -- cgit v1.1