diff options
Diffstat (limited to 'content/public/browser/utility_process_host.h')
-rw-r--r-- | content/public/browser/utility_process_host.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/content/public/browser/utility_process_host.h b/content/public/browser/utility_process_host.h index 240fbe5..5f280c6 100644 --- a/content/public/browser/utility_process_host.h +++ b/content/public/browser/utility_process_host.h @@ -9,9 +9,8 @@ #include "content/common/content_export.h" #include "ipc/ipc_sender.h" -class FilePath; - namespace base { +class FilePath; class SequencedTaskRunner; } @@ -49,7 +48,7 @@ class UtilityProcessHost : public IPC::Sender, // Allows a directory to be opened through the sandbox, in case it's needed by // the operation. - virtual void SetExposedDir(const FilePath& dir) = 0; + virtual void SetExposedDir(const base::FilePath& dir) = 0; // Make the process run without a sandbox. virtual void DisableSandbox() = 0; |