summaryrefslogtreecommitdiffstats
path: root/remoting/host/win/unprivileged_process_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/win/unprivileged_process_delegate.cc')
-rw-r--r--remoting/host/win/unprivileged_process_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/win/unprivileged_process_delegate.cc b/remoting/host/win/unprivileged_process_delegate.cc
index 6c2b740..f5c1e76 100644
--- a/remoting/host/win/unprivileged_process_delegate.cc
+++ b/remoting/host/win/unprivileged_process_delegate.cc
@@ -222,7 +222,7 @@ bool CreateWindowStationAndDesktop(ScopedSid logon_sid,
UnprivilegedProcessDelegate::UnprivilegedProcessDelegate(
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
- const FilePath& binary_path)
+ const base::FilePath& binary_path)
: main_task_runner_(main_task_runner),
io_task_runner_(io_task_runner),
binary_path_(binary_path) {