summaryrefslogtreecommitdiffstats
path: root/ui/views/touchui/touch_selection_controller_impl_unittest.cc
diff options
context:
space:
mode:
authortapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-24 01:48:20 +0000
committertapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-24 01:48:20 +0000
commit4d1d3d41f6cd6c4cc23e335e57ec17b9ca19fa36 (patch)
tree3a6b55cf2d40e43aac78375cd2dcb7c1a04919b4 /ui/views/touchui/touch_selection_controller_impl_unittest.cc
parent144453a069b90a2b35f06cd48d7baf7f9cd9cc28 (diff)
downloadchromium_src-4d1d3d41f6cd6c4cc23e335e57ec17b9ca19fa36.zip
chromium_src-4d1d3d41f6cd6c4cc23e335e57ec17b9ca19fa36.tar.gz
chromium_src-4d1d3d41f6cd6c4cc23e335e57ec17b9ca19fa36.tar.bz2
MacViews: Better layering for the touch selection controller
This CL moves ViewsTouchSelectionControllerFactory out of views/touchui/touch_selection_controller_impl.cc and into its own file one level higher. Result: the single touchui dependency moves from views_delegate.cc to a file that can be controlled on a per-platform basis. The touchui subfolder assumes aura is available. This allows touchui to be excluded from a build that doesn't need it. BUG=366007 Review URL: https://codereview.chromium.org/248763003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265814 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/touchui/touch_selection_controller_impl_unittest.cc')
-rw-r--r--ui/views/touchui/touch_selection_controller_impl_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/views/touchui/touch_selection_controller_impl_unittest.cc b/ui/views/touchui/touch_selection_controller_impl_unittest.cc
index 41bf733..0661ee5 100644
--- a/ui/views/touchui/touch_selection_controller_impl_unittest.cc
+++ b/ui/views/touchui/touch_selection_controller_impl_unittest.cc
@@ -17,6 +17,7 @@
#include "ui/gfx/render_text.h"
#include "ui/views/controls/textfield/textfield.h"
#include "ui/views/test/views_test_base.h"
+#include "ui/views/touch_selection_controller_factory.h"
#include "ui/views/touchui/touch_selection_controller_impl.h"
#include "ui/views/widget/widget.h"