Index: content/browser/utility_process_host_impl.h |
diff --git a/content/browser/utility_process_host_impl.h b/content/browser/utility_process_host_impl.h |
index 4922e9cc956903eae527a075d20d0e2e295a40f9..4c852584109164eeb490b077d19c0e269f574307 100644 |
--- a/content/browser/utility_process_host_impl.h |
+++ b/content/browser/utility_process_host_impl.h |
@@ -35,7 +35,7 @@ class CONTENT_EXPORT UtilityProcessHostImpl |
virtual bool Send(IPC::Message* message) OVERRIDE; |
virtual bool StartBatchMode() OVERRIDE; |
virtual void EndBatchMode() OVERRIDE; |
- virtual void SetExposedDir(const FilePath& dir) OVERRIDE; |
+ virtual void SetExposedDir(const base::FilePath& dir) OVERRIDE; |
virtual void DisableSandbox() OVERRIDE; |
virtual void EnableZygote() OVERRIDE; |
virtual const ChildProcessData& GetData() OVERRIDE; |
@@ -61,7 +61,7 @@ class CONTENT_EXPORT UtilityProcessHostImpl |
// and the utility process will run until EndBatchMode(). |
bool is_batch_mode_; |
- FilePath exposed_dir_; |
+ base::FilePath exposed_dir_; |
// Whether to pass switches::kNoSandbox to the child. |
bool no_sandbox_; |