| Index: remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
|
| diff --git a/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm b/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
|
| index e2e0abd98c536ad3d2fcf4fa4995752142a296ea..48f64377b9203acdd3fbe4f0f39240d80e591808 100644
|
| --- a/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
|
| +++ b/remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm
|
| @@ -148,7 +148,7 @@ NSString* const kKeystonePID = @"com.google.chrome_remote_desktop";
|
| kLaunchAgentsDir, kServiceName];
|
| [self sudoDelete:[plist UTF8String] usingAuth:authRef];
|
|
|
| - NSString* host_binary = [NSString stringWithFormat:@"%@/%@.me2me_host",
|
| + NSString* host_binary = [NSString stringWithFormat:@"%@/%@.me2me_host.app",
|
| kHelperToolsDir, kServiceName];
|
| [self sudoDelete:[host_binary UTF8String] usingAuth:authRef];
|
|
|
|
|