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

Unified Diff: chrome/service/service_utility_process_host.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_process.h ('k') | chrome/test/automation/proxy_launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_utility_process_host.h
diff --git a/chrome/service/service_utility_process_host.h b/chrome/service/service_utility_process_host.h
index fd1fad91cf6d9b6ca05462a201a86c149a0ee38c..855e2a78bdbaf7a453566611cd6524215a5ab4d7 100644
--- a/chrome/service/service_utility_process_host.h
+++ b/chrome/service/service_utility_process_host.h
@@ -19,9 +19,8 @@
#include "ipc/ipc_channel.h"
#include "printing/pdf_render_settings.h"
-class CommandLine;
-
namespace base {
+class CommandLine;
class MessageLoopProxy;
class ScopedTempDir;
} // namespace base
@@ -133,7 +132,7 @@ class ServiceUtilityProcessHost : public content::ChildProcessHostDelegate {
// TODO(sanjeevr): Determine whether we need to make the launch asynchronous.
// |exposed_dir| is the path to tbe exposed to the sandbox. This is ignored
// if |no_sandbox| is true.
- bool Launch(CommandLine* cmd_line,
+ bool Launch(base::CommandLine* cmd_line,
bool no_sandbox,
const base::FilePath& exposed_dir);
« no previous file with comments | « chrome/service/service_process.h ('k') | chrome/test/automation/proxy_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698