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, |