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

Unified Diff: win8/test/metro_registration_helper.cc

Issue 819223002: 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
« no previous file with comments | « win8/metro_driver/metro_driver.cc ('k') | win8/test/test_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/test/metro_registration_helper.cc
diff --git a/win8/test/metro_registration_helper.cc b/win8/test/metro_registration_helper.cc
index 59b2235034c1dac80b2e43763665ad6551c3258f..160f602e2aba683408a6bd837078bbebe04f8e46 100644
--- a/win8/test/metro_registration_helper.cc
+++ b/win8/test/metro_registration_helper.cc
@@ -50,7 +50,7 @@ bool RegisterTestDefaultBrowser() {
}
// Perform the registration by invoking test_registrar.exe.
- CommandLine register_command(registrar);
+ base::CommandLine register_command(registrar);
register_command.AppendArg("/RegServer");
base::Process register_process =
« no previous file with comments | « win8/metro_driver/metro_driver.cc ('k') | win8/test/test_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698