summaryrefslogtreecommitdiffstats
path: root/content/public/browser/browser_child_process_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/browser_child_process_host.h')
-rw-r--r--content/public/browser/browser_child_process_host.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/public/browser/browser_child_process_host.h b/content/public/browser/browser_child_process_host.h
index 9bee9d4..a44b8d3 100644
--- a/content/public/browser/browser_child_process_host.h
+++ b/content/public/browser/browser_child_process_host.h
@@ -15,9 +15,8 @@
#include "content/public/common/process_type.h"
#include "ipc/ipc_sender.h"
-class CommandLine;
-
namespace base {
+class CommandLine;
class FilePath;
}
@@ -45,7 +44,7 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender {
// Takes ownership of |cmd_line| and |delegate|.
virtual void Launch(
SandboxedProcessLauncherDelegate* delegate,
- CommandLine* cmd_line) = 0;
+ base::CommandLine* cmd_line) = 0;
virtual const ChildProcessData& GetData() const = 0;