summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layer_tree_host_impl.cc')
-rw-r--r--cc/layer_tree_host_impl.cc12
1 files changed, 6 insertions, 6 deletions
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 <wtf/CurrentTime.h>
#include <algorithm>