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, 4 insertions, 1 deletions
diff --git a/content/public/browser/browser_child_process_host.h b/content/public/browser/browser_child_process_host.h
index e56404d..d1bbb81 100644
--- a/content/public/browser/browser_child_process_host.h
+++ b/content/public/browser/browser_child_process_host.h
@@ -13,7 +13,10 @@
#include "ipc/ipc_sender.h"
class CommandLine;
+
+namespace base {
class FilePath;
+}
namespace content {
@@ -36,7 +39,7 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender {
// Takes ownership of |cmd_line|.
virtual void Launch(
#if defined(OS_WIN)
- const FilePath& exposed_dir,
+ const base::FilePath& exposed_dir,
#elif defined(OS_POSIX)
bool use_zygote,
const base::EnvironmentVector& environ,