Index: ui/views/views_delegate.cc |
diff --git a/ui/views/views_delegate.cc b/ui/views/views_delegate.cc |
index d7bd03173d22100b64e528d670740565122428fb..bef6cdc730ed425069f1d68be7d3d1526c4328dc 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()); |
} |