summaryrefslogtreecommitdiffstats
path: root/cc/scrollbar_animation_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/scrollbar_animation_controller.cc')
-rw-r--r--cc/scrollbar_animation_controller.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/scrollbar_animation_controller.cc b/cc/scrollbar_animation_controller.cc
index f52099f..33dee8b 100644
--- a/cc/scrollbar_animation_controller.cc
+++ b/cc/scrollbar_animation_controller.cc
@@ -4,13 +4,13 @@
#include "config.h"
-#include "CCScrollbarAnimationController.h"
+#include "cc/scrollbar_animation_controller.h"
-#include "CCScrollbarLayerImpl.h"
+#include "cc/scrollbar_layer_impl.h"
#include "base/time.h"
#if OS(ANDROID)
-#include "CCScrollbarAnimationControllerLinearFade.h"
+#include "cc/scrollbar_animation_controller_linear_fade.h"
#endif
namespace cc {