| Index: content/public/common/child_process_host.h
|
| diff --git a/content/public/common/child_process_host.h b/content/public/common/child_process_host.h
|
| index 9ded2978687baab7034c9c24aa8745876f7dc549..bccbd67b89d8d1683d0f80653b318e10e1ac4236 100644
|
| --- a/content/public/common/child_process_host.h
|
| +++ b/content/public/common/child_process_host.h
|
| @@ -9,7 +9,9 @@
|
| #include "content/common/content_export.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace content {
|
|
|
| @@ -71,7 +73,7 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Sender {
|
| // if none of these special behaviors are required.
|
| //
|
| // On failure, returns an empty FilePath.
|
| - static FilePath GetChildPath(int flags);
|
| + static base::FilePath GetChildPath(int flags);
|
|
|
| // Send the shutdown message to the child process.
|
| // Does not check with the delegate's CanShutdown.
|
|
|