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

Unified Diff: chrome/test/automation/proxy_launcher.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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 | « chrome/service/service_utility_process_host.h ('k') | chrome/test/base/in_process_browser_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/proxy_launcher.h
diff --git a/chrome/test/automation/proxy_launcher.h b/chrome/test/automation/proxy_launcher.h
index b97b50a1ce7e0bf06e6b3f20299a4107e3e8d932..8f1359cc66b73b210340c67ef255703eb9abca36 100644
--- a/chrome/test/automation/proxy_launcher.h
+++ b/chrome/test/automation/proxy_launcher.h
@@ -51,7 +51,7 @@ class ProxyLauncher {
base::Closure setup_profile_callback;
// Command line to launch the browser.
- CommandLine command;
+ base::CommandLine command;
// Should we supply the testing channel id on the command line?
bool include_testing_id;
@@ -148,7 +148,7 @@ class ProxyLauncher {
bool WaitForBrowserLaunch(bool wait_for_initial_loads) WARN_UNUSED_RESULT;
// Prepare command line that will be used to launch the child browser process.
- void PrepareTestCommandline(CommandLine* command_line,
+ void PrepareTestCommandline(base::CommandLine* command_line,
bool include_testing_id);
bool LaunchBrowserHelper(const LaunchState& state,
« no previous file with comments | « chrome/service/service_utility_process_host.h ('k') | chrome/test/base/in_process_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698