Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: content/browser/transition_request_manager_unittest.cc

Issue 803813003: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/transition_request_manager_unittest.cc
diff --git a/content/browser/transition_request_manager_unittest.cc b/content/browser/transition_request_manager_unittest.cc
index 31a78f44a0f6fe1c74d1bc46d23cae7b25ddc321..02978b7e43a2d65d35c2585176c649a1dcc1d365 100644
--- a/content/browser/transition_request_manager_unittest.cc
+++ b/content/browser/transition_request_manager_unittest.cc
@@ -16,7 +16,7 @@ class TransitionRequestManagerTest : public testing::Test {
public:
TransitionRequestManagerTest()
: thread_bundle_(TestBrowserThreadBundle::IO_MAINLOOP) {
- CommandLine::ForCurrentProcess()->AppendSwitch(
+ base::CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kEnableExperimentalWebPlatformFeatures);
}
« no previous file with comments | « content/browser/transition_request_manager.cc ('k') | content/browser/web_contents/opened_by_dom_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698