Index: cc/trees/layer_tree_host_unittest_context.cc |
diff --git a/cc/trees/layer_tree_host_unittest_context.cc b/cc/trees/layer_tree_host_unittest_context.cc |
index b8f762be83d843584bffc2a3cee476aa4d3b9c1c..d6410da3d191771cc4e54257957a45beb95baae7 100644 |
--- a/cc/trees/layer_tree_host_unittest_context.cc |
+++ b/cc/trees/layer_tree_host_unittest_context.cc |
@@ -973,7 +973,7 @@ class LayerTreeHostContextTestDontUseLostResources : |
FakeWebScrollbar::Create().PassAs<WebKit::WebScrollbar>(), |
FakeScrollbarThemePainter::Create(paint_scrollbar) |
.PassAs<ScrollbarThemePainter>(), |
- FakeWebScrollbarThemeGeometry::create(has_thumb) |
+ FakeWebScrollbarThemeGeometry::Create(has_thumb) |
.PassAs<WebKit::WebScrollbarThemeGeometry>(), |
content_->id()); |
scrollbar_->SetBounds(gfx::Size(10, 10)); |