| Index: remoting/host/daemon_process_win.cc
|
| diff --git a/remoting/host/daemon_process_win.cc b/remoting/host/daemon_process_win.cc
|
| index 378eb520a812bf7e91467c726b1f14d31485f548..51ee12a6ec452410db27157220b52d40b929af24 100644
|
| --- a/remoting/host/daemon_process_win.cc
|
| +++ b/remoting/host/daemon_process_win.cc
|
| @@ -143,7 +143,7 @@ void DaemonProcessWin::LaunchNetworkProcess() {
|
| DCHECK(!network_launcher_);
|
|
|
| // Construct the host binary name.
|
| - FilePath host_binary;
|
| + base::FilePath host_binary;
|
| if (!GetInstalledBinaryPath(kHostBinaryName, &host_binary)) {
|
| Stop();
|
| return;
|
|
|