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

Unified Diff: chrome/browser/chromeos/login/test/wizard_in_process_browser_test.cc

Issue 819133004: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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: chrome/browser/chromeos/login/test/wizard_in_process_browser_test.cc
diff --git a/chrome/browser/chromeos/login/test/wizard_in_process_browser_test.cc b/chrome/browser/chromeos/login/test/wizard_in_process_browser_test.cc
index c2915ea39004ecb510cc979f828ca03f25a44e69..8b8978fa9002292f43a295a2ecd693632325d289 100644
--- a/chrome/browser/chromeos/login/test/wizard_in_process_browser_test.cc
+++ b/chrome/browser/chromeos/login/test/wizard_in_process_browser_test.cc
@@ -27,7 +27,8 @@ void WizardInProcessBrowserTest::SetUp() {
InProcessBrowserTest::SetUp();
}
-void WizardInProcessBrowserTest::SetUpCommandLine(CommandLine* command_line) {
+void WizardInProcessBrowserTest::SetUpCommandLine(
+ base::CommandLine* command_line) {
command_line->AppendSwitch(::switches::kNoStartupWindow);
command_line->AppendSwitch(switches::kLoginManager);
}

Powered by Google App Engine
This is Rietveld 408576698