| Index: remoting/host/win/wts_console_session_process_driver.cc
|
| diff --git a/remoting/host/win/wts_console_session_process_driver.cc b/remoting/host/win/wts_console_session_process_driver.cc
|
| index 1280ae852756e1ab94f2b4849bfbc905b4c2a094..d321e1356624430cf78f77f829136c111bd3d84c 100644
|
| --- a/remoting/host/win/wts_console_session_process_driver.cc
|
| +++ b/remoting/host/win/wts_console_session_process_driver.cc
|
| @@ -82,7 +82,7 @@ void WtsConsoleSessionProcessDriver::OnSessionAttached(uint32 session_id) {
|
| DCHECK(launcher_.get() == NULL);
|
|
|
| // Construct the host binary name.
|
| - FilePath host_binary;
|
| + base::FilePath host_binary;
|
| if (!GetInstalledBinaryPath(kHostBinaryName, &host_binary)) {
|
| Stop();
|
| return;
|
|
|