| Index: content/public/browser/browser_child_process_host.h
|
| diff --git a/content/public/browser/browser_child_process_host.h b/content/public/browser/browser_child_process_host.h
|
| index e56404ddc8c503e68a4b34df25d2c72f38d67e54..d1bbb81f86de50495bc33d8c1a5e46df8cacd23e 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,
|
|
|