| Index: remoting/host/desktop_session_win.h
|
| diff --git a/remoting/host/desktop_session_win.h b/remoting/host/desktop_session_win.h
|
| index 89343c9f286e845f43f24d7c5670b8aa339d201b..53b2fefa8a9b22d8d2994b0246784915aaf2aa72 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_;
|
|
|