| Index: content/browser/browser_child_process_host_impl.h
|
| diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
|
| index 317a80842a78bfdba86aefec4d397ce5c752ff74..efbf78ed024d20dac8ebded2b3716d07cf180df3 100644
|
| --- a/content/browser/browser_child_process_host_impl.h
|
| +++ b/content/browser/browser_child_process_host_impl.h
|
| @@ -39,7 +39,7 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
|
| virtual bool Send(IPC::Message* message) OVERRIDE;
|
| 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,
|
|
|