summaryrefslogtreecommitdiffstats
path: root/remoting/host/win/unprivileged_process_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/win/unprivileged_process_delegate.h')
-rw-r--r--remoting/host/win/unprivileged_process_delegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/win/unprivileged_process_delegate.h b/remoting/host/win/unprivileged_process_delegate.h
index 06f6f9d..d1da1d0 100644
--- a/remoting/host/win/unprivileged_process_delegate.h
+++ b/remoting/host/win/unprivileged_process_delegate.h
@@ -31,7 +31,7 @@ class UnprivilegedProcessDelegate : public WorkerProcessLauncher::Delegate {
UnprivilegedProcessDelegate(
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
- const FilePath& binary_path);
+ const base::FilePath& binary_path);
virtual ~UnprivilegedProcessDelegate();
// IPC::Sender implementation.
@@ -53,7 +53,7 @@ class UnprivilegedProcessDelegate : public WorkerProcessLauncher::Delegate {
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_;
// Path to the worker process binary.
- FilePath binary_path_;
+ base::FilePath binary_path_;
// The server end of the IPC channel used to communicate to the worker
// process.