Index: cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc |
diff --git a/cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc b/cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc |
index 08e80b0a738821208278f19426a257f87a748891..3522efcc89908f4ea771acbdb65a2cac782cd411 100644 |
--- a/cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc |
+++ b/cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc |
@@ -23,7 +23,7 @@ class ScrollbarAnimationControllerLinearFadeTest : public testing::Test { |
scroll_layer_ = LayerImpl::Create(host_impl_.active_tree(), 1); |
scoped_ptr<ScrollbarGeometryFixedThumb> geometry( |
ScrollbarGeometryFixedThumb::Create( |
- FakeWebScrollbarThemeGeometry::create(false))); |
+ FakeWebScrollbarThemeGeometry::Create(false))); |
scrollbar_layer_ = ScrollbarLayerImpl::Create( |
host_impl_.active_tree(), 2, geometry.Pass()); |