| Index: content/browser/web_contents/touch_editable_impl_aura.h
|
| diff --git a/content/browser/web_contents/touch_editable_impl_aura.h b/content/browser/web_contents/touch_editable_impl_aura.h
|
| index b42d966b72e1ef9d4afd150017f5f6a7c7736dae..1f6c0115f3b90b3ce466da6167dbd2837ecbca71 100644
|
| --- a/content/browser/web_contents/touch_editable_impl_aura.h
|
| +++ b/content/browser/web_contents/touch_editable_impl_aura.h
|
| @@ -90,7 +90,7 @@ class CONTENT_EXPORT TouchEditableImplAura
|
| ui::TextInputType text_input_type_;
|
|
|
| RenderWidgetHostViewAura* rwhva_;
|
| - scoped_ptr<ui::TouchSelectionController> touch_selection_controller_;
|
| + scoped_ptr<ui::TouchEditingControllerDeprecated> touch_selection_controller_;
|
|
|
| // True if |rwhva_| is currently handling a gesture that could result in a
|
| // change in selection (long press, double tap or triple tap).
|
|
|