| Index: content/browser/child_process_launcher.h
|
| diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
|
| index 9ee3d41b45be663dd183fe6a58a450a66d699870..641edd852cc8365b5a29f4053b310c55659a0d36 100644
|
| --- a/content/browser/child_process_launcher.h
|
| +++ b/content/browser/child_process_launcher.h
|
| @@ -36,7 +36,7 @@ class CONTENT_EXPORT ChildProcessLauncher {
|
| // Takes ownership of cmd_line.
|
| 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,
|
|
|