| Index: remoting/host/win/host_service.cc
|
| diff --git a/remoting/host/win/host_service.cc b/remoting/host/win/host_service.cc
|
| index 84c7f7cfa45b8a69740e241264ba651e6cb0aa4f..51f44649cd7e46e0e27ec94a7cb0fbf65fedbd74 100644
|
| --- a/remoting/host/win/host_service.cc
|
| +++ b/remoting/host/win/host_service.cc
|
| @@ -84,7 +84,7 @@ const wchar_t kUsageMessage[] =
|
| const char* kCopiedSwitchNames[] = {
|
| "host-config", "daemon-pipe", switches::kV, switches::kVModule };
|
|
|
| -void usage(const FilePath& program_name) {
|
| +void usage(const base::FilePath& program_name) {
|
| LOG(INFO) << StringPrintf(kUsageMessage,
|
| UTF16ToWide(program_name.value()).c_str());
|
| }
|
| @@ -231,7 +231,7 @@ void HostService::CreateLauncher(
|
|
|
| int HostService::Elevate() {
|
| // Get the name of the binary to launch.
|
| - FilePath binary =
|
| + base::FilePath binary =
|
| CommandLine::ForCurrentProcess()->GetSwitchValuePath(kElevateSwitchName);
|
|
|
| // Create the child process command line by copying known switches from our
|
|
|