| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index c7518308b3eba3904affa70d8598c38c86b028fe..cd6167a5f89432fc0d4376ee699548a20dda938b 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -102,7 +102,7 @@ void BrowserChildProcessHostImpl::TerminateAll() {
|
|
|
| void BrowserChildProcessHostImpl::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,
|
|
|