diff options
author | avi <avi@chromium.org> | 2014-12-22 21:51:23 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-23 05:52:27 +0000 |
commit | 6b10fd03dd0b8ddb91235c49d3f498fb2002c20d (patch) | |
tree | d7aab532283c818d2103fc9b5ca8bcf29d50b2c8 /ui/views/touchui/touch_selection_controller_impl_unittest.cc | |
parent | b126eb8f934f25877b0e6d992902e88eac3fec7f (diff) | |
download | chromium_src-6b10fd03dd0b8ddb91235c49d3f498fb2002c20d.zip chromium_src-6b10fd03dd0b8ddb91235c49d3f498fb2002c20d.tar.gz chromium_src-6b10fd03dd0b8ddb91235c49d3f498fb2002c20d.tar.bz2 |
Make callers of CommandLine use it via the base:: namespace.
Covers testing/, tools/, ui/, and win8/.
BUG=422426
TEST=none
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/819223002
Cr-Commit-Position: refs/heads/master@{#309538}
Diffstat (limited to 'ui/views/touchui/touch_selection_controller_impl_unittest.cc')
-rw-r--r-- | ui/views/touchui/touch_selection_controller_impl_unittest.cc | 2 |
1 files changed, 1 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 078b733..a62c4ca 100644 --- a/ui/views/touchui/touch_selection_controller_impl_unittest.cc +++ b/ui/views/touchui/touch_selection_controller_impl_unittest.cc @@ -66,7 +66,7 @@ class TouchSelectionControllerImplTest : public ViewsTestBase { widget_(nullptr), textfield_(nullptr), views_tsc_factory_(new ViewsTouchEditingControllerFactory) { - CommandLine::ForCurrentProcess()->AppendSwitch( + base::CommandLine::ForCurrentProcess()->AppendSwitch( switches::kEnableTouchEditing); ui::TouchEditingControllerFactory::SetInstance(views_tsc_factory_.get()); } |