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 08:32:07 +0000
committertapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-24 08:32:07 +0000
commit895d9899be83db7d24e9dc803d7b57d7b727d21a (patch)
tree38d35b2993249b49939f024534bc4c2c639dd812 /ui/views/touchui/touch_selection_controller_impl_unittest.cc
parenta5244782d68b667b00bdca3c8c4caf40b4149085 (diff)
downloadchromium_src-895d9899be83db7d24e9dc803d7b57d7b727d21a.zip
chromium_src-895d9899be83db7d24e9dc803d7b57d7b727d21a.tar.gz
chromium_src-895d9899be83db7d24e9dc803d7b57d7b727d21a.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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265814 Review URL: https://codereview.chromium.org/248763003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265882 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..cf0daea 100644
--- a/ui/views/touchui/touch_selection_controller_impl_unittest.cc
+++ b/ui/views/touchui/touch_selection_controller_impl_unittest.cc
@@ -18,6 +18,7 @@
#include "ui/views/controls/textfield/textfield.h"
#include "ui/views/test/views_test_base.h"
#include "ui/views/touchui/touch_selection_controller_impl.h"
+#include "ui/views/views_touch_selection_controller_factory.h"
#include "ui/views/widget/widget.h"
using base::ASCIIToUTF16;