commit | 83883c858834a2524223991537cc90e4be8f0468 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Tue Dec 23 00:08:49 2014 |
committer | Commit bot <[email protected]> | Tue Dec 23 00:09:30 2014 |
tree | 3d410fe9b15658023cfed4e3edc9b35ec6683fea | |
parent | 60c25aebaf6c3bbc90c9c82f83a752ca58c7ddce [diff] [blame] |
Make callers of CommandLine use it via the base:: namespace. Covers content/. BUG=422426 TEST=none [email protected] Review URL: https://codereview.chromium.org/803813003 Cr-Commit-Position: refs/heads/master@{#309496}
diff --git a/content/browser/transition_request_manager_unittest.cc b/content/browser/transition_request_manager_unittest.cc index 31a78f4..02978b7e4 100644 --- a/content/browser/transition_request_manager_unittest.cc +++ b/content/browser/transition_request_manager_unittest.cc
@@ -16,7 +16,7 @@ public: TransitionRequestManagerTest() : thread_bundle_(TestBrowserThreadBundle::IO_MAINLOOP) { - CommandLine::ForCurrentProcess()->AppendSwitch( + base::CommandLine::ForCurrentProcess()->AppendSwitch( switches::kEnableExperimentalWebPlatformFeatures); }