| Index: content/browser/child_process_launcher.cc
|
| diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
|
| index 49ebb22cb869ce592bc2b90397b8b02e2857abe5..a8e68cf78ee299201f3bd2c954c12485329f7404 100644
|
| --- a/content/browser/child_process_launcher.cc
|
| +++ b/content/browser/child_process_launcher.cc
|
| @@ -67,7 +67,7 @@ class ChildProcessLauncher::Context
|
|
|
| void Launch(
|
| #if defined(OS_WIN)
|
| - const FilePath& exposed_dir,
|
| + const base::FilePath& exposed_dir,
|
| #elif defined(OS_ANDROID)
|
| int ipcfd,
|
| #elif defined(OS_POSIX)
|
| @@ -153,7 +153,7 @@ class ChildProcessLauncher::Context
|
| BrowserThread::ID client_thread_id,
|
| int child_process_id,
|
| #if defined(OS_WIN)
|
| - const FilePath& exposed_dir,
|
| + const base::FilePath& exposed_dir,
|
| #elif defined(OS_ANDROID)
|
| int ipcfd,
|
| #elif defined(OS_POSIX)
|
| @@ -379,7 +379,7 @@ class ChildProcessLauncher::Context
|
|
|
| ChildProcessLauncher::ChildProcessLauncher(
|
| #if defined(OS_WIN)
|
| - const FilePath& exposed_dir,
|
| + const base::FilePath& exposed_dir,
|
| #elif defined(OS_POSIX)
|
| bool use_zygote,
|
| const base::EnvironmentVector& environ,
|
|
|