| Index: ui/views/touchui/touch_selection_controller_impl.cc
|
| diff --git a/ui/views/touchui/touch_selection_controller_impl.cc b/ui/views/touchui/touch_selection_controller_impl.cc
|
| index fa036c70fe02c98c11f3533afcd066aa32a2023d..dbdd4eb4b9d1e8cbd9634581b994dcd96183bbaf 100644
|
| --- a/ui/views/touchui/touch_selection_controller_impl.cc
|
| +++ b/ui/views/touchui/touch_selection_controller_impl.cc
|
| @@ -239,7 +239,7 @@ class TouchSelectionControllerImpl::EditingHandleView
|
| window->SetEventTargeter(scoped_ptr<ui::EventTargeter>(
|
| new TouchHandleWindowTargeter(window, this)));
|
|
|
| - // We are owned by the TouchSelectionController.
|
| + // We are owned by the TouchSelectionControllerImpl.
|
| set_owned_by_client();
|
| }
|
|
|
| @@ -261,7 +261,7 @@ class TouchSelectionControllerImpl::EditingHandleView
|
| }
|
|
|
| void DeleteDelegate() override {
|
| - // We are owned and deleted by TouchSelectionController.
|
| + // We are owned and deleted by TouchSelectionControllerImpl.
|
| }
|
|
|
| // Overridden from views::View:
|
|
|