Index: content/browser/web_contents/touch_editable_impl_aura.cc |
diff --git a/content/browser/web_contents/touch_editable_impl_aura.cc b/content/browser/web_contents/touch_editable_impl_aura.cc |
index c81a38a260b2bca8690ba291a19c25b18ee28a3f..c7adfd8742629b0c59323064875a9c63cd26d26a 100644 |
--- a/content/browser/web_contents/touch_editable_impl_aura.cc |
+++ b/content/browser/web_contents/touch_editable_impl_aura.cc |
@@ -79,7 +79,7 @@ void TouchEditableImplAura::StartTouchEditing() { |
if (!touch_selection_controller_) { |
touch_selection_controller_.reset( |
- ui::TouchSelectionController::create(this)); |
+ ui::TouchEditingControllerDeprecated::Create(this)); |
} |
if (touch_selection_controller_) |
touch_selection_controller_->SelectionChanged(); |