| Index: ui/views/views_delegate.cc
|
| diff --git a/ui/views/views_delegate.cc b/ui/views/views_delegate.cc
|
| index 6fb50cd612a41751d71df70fe2bbe5b74d189336..b284950dcd617c4f601352c0849d5beb430c29b5 100644
|
| --- a/ui/views/views_delegate.cc
|
| +++ b/ui/views/views_delegate.cc
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "ui/views/views_delegate.h"
|
|
|
| -#include "ui/views/touchui/touch_selection_controller_impl.h"
|
| +#include "ui/views/views_touch_selection_controller_factory.h"
|
|
|
| namespace views {
|
|
|
| ViewsDelegate::ViewsDelegate()
|
| - : views_tsc_factory_(new views::ViewsTouchSelectionControllerFactory) {
|
| + : views_tsc_factory_(new ViewsTouchSelectionControllerFactory) {
|
| ui::TouchSelectionControllerFactory::SetInstance(views_tsc_factory_.get());
|
| }
|
|
|
|
|