diff options
Diffstat (limited to 'remoting/host/desktop_session_win.h')
-rw-r--r-- | remoting/host/desktop_session_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/desktop_session_win.h b/remoting/host/desktop_session_win.h index 89343c9..53b2fef 100644 --- a/remoting/host/desktop_session_win.h +++ b/remoting/host/desktop_session_win.h @@ -74,7 +74,7 @@ class DesktopSessionWin scoped_refptr<AutoThreadTaskRunner> io_task_runner_; // Contains the full path to the desktop binary. - FilePath desktop_binary_; + base::FilePath desktop_binary_; // Handle of the desktop process. base::win::ScopedHandle desktop_process_; |