summaryrefslogtreecommitdiffstats
path: root/content/browser/utility_process_host_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/utility_process_host_impl.h')
-rw-r--r--content/browser/utility_process_host_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/utility_process_host_impl.h b/content/browser/utility_process_host_impl.h
index 4922e9c..4c85258 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_;