summaryrefslogtreecommitdiffstats
path: root/ui/views/touchui/touch_selection_controller_impl_unittest.cc
diff options
context:
space:
mode:
authorsadrul <sadrul@chromium.org>2015-06-24 09:45:44 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-24 16:46:27 +0000
commit7bd20c9e8bb61ae5c92184d154a6e5be16e8bcbb (patch)
treec68e805daca5b1d157ac5207d3654ccde5e7f75e /ui/views/touchui/touch_selection_controller_impl_unittest.cc
parent49cd773cf2e325f00481b876b543a5540bb461fc (diff)
downloadchromium_src-7bd20c9e8bb61ae5c92184d154a6e5be16e8bcbb.zip
chromium_src-7bd20c9e8bb61ae5c92184d154a6e5be16e8bcbb.tar.gz
chromium_src-7bd20c9e8bb61ae5c92184d154a6e5be16e8bcbb.tar.bz2
views: Move resources used by views into views_resources.
Instead of bunching up all resources used by the default views controls into the common ui_resources pack, move them into views_resources, so that it is possible for a component to depend on views and pull in the necessary resources without building ui_resources with |toolkit_views| flag on. BUG=500004, 503224 TBR=jam@ for content/shell/BUILD.gn and content/browser/webui changes. Review URL: https://codereview.chromium.org/1199143002 Cr-Commit-Position: refs/heads/master@{#335938}
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 78de052..b9df2ec 100644
--- a/ui/views/touchui/touch_selection_controller_impl_unittest.cc
+++ b/ui/views/touchui/touch_selection_controller_impl_unittest.cc
@@ -19,6 +19,7 @@
#include "ui/resources/grit/ui_resources.h"
#include "ui/views/controls/textfield/textfield.h"
#include "ui/views/controls/textfield/textfield_test_api.h"
+#include "ui/views/resources/grit/views_resources.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"