| 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 c9e9c071419c6ba0260e0391d34fcd8fb108e31a..b4f0508e5c622eb01622f86ec8db87f8b61010e0 100644
|
| --- a/ui/views/touchui/touch_selection_controller_impl.cc
|
| +++ b/ui/views/touchui/touch_selection_controller_impl.cc
|
| @@ -89,7 +89,7 @@ namespace views {
|
| // A View that displays the text selection handle.
|
| class TouchSelectionControllerImpl::SelectionHandleView : public View {
|
| public:
|
| - SelectionHandleView(TouchSelectionControllerImpl* controller)
|
| + explicit SelectionHandleView(TouchSelectionControllerImpl* controller)
|
| : controller_(controller) {
|
| widget_.reset(CreateTouchSelectionPopupWidget());
|
| widget_->SetContentsView(this);
|
| @@ -200,7 +200,7 @@ class TouchSelectionControllerImpl::TouchContextMenuView
|
| : public ButtonListener,
|
| public View {
|
| public:
|
| - TouchContextMenuView(TouchSelectionControllerImpl* controller)
|
| + explicit TouchContextMenuView(TouchSelectionControllerImpl* controller)
|
| : controller_(controller) {
|
| widget_.reset(CreateTouchSelectionPopupWidget());
|
| widget_->SetContentsView(this);
|
|
|