summaryrefslogtreecommitdiffstats
path: root/ui/views/touchui/touch_selection_controller_impl_unittest.cc
diff options
context:
space:
mode:
authorvadimsh@chromium.org <vadimsh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-24 02:08:55 +0000
committervadimsh@chromium.org <vadimsh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-24 02:08:55 +0000
commit379f098e6f0569450398c797f445f7bc7cf57831 (patch)
treea506e10a05f2a5f2877c28354708135dec9332d7 /ui/views/touchui/touch_selection_controller_impl_unittest.cc
parent4b5b55051dc29356de597e1f8aa25436b867ee5d (diff)
downloadchromium_src-379f098e6f0569450398c797f445f7bc7cf57831.zip
chromium_src-379f098e6f0569450398c797f445f7bc7cf57831.tar.gz
chromium_src-379f098e6f0569450398c797f445f7bc7cf57831.tar.bz2
Revert 265814 "MacViews: Better layering for the touch selection..."
Failed to compile on ChromiumOS Linux: ./../ui/views/touchui/touch_selection_controller_impl_unittest.cc:20:57: fatal error: ui/views/touch_selection_controller_factory.h: No such file or directory See http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Builder/builds/2921 > 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 TBR=tapted@chromium.org Review URL: https://codereview.chromium.org/250403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265818 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, 0 insertions, 1 deletions
diff --git a/ui/views/touchui/touch_selection_controller_impl_unittest.cc b/ui/views/touchui/touch_selection_controller_impl_unittest.cc
index 0661ee5..41bf733 100644
--- a/ui/views/touchui/touch_selection_controller_impl_unittest.cc
+++ b/ui/views/touchui/touch_selection_controller_impl_unittest.cc
@@ -17,7 +17,6 @@
#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"