| Index: remoting/host/setup/daemon_controller_mac.mm
|
| diff --git a/remoting/host/setup/daemon_controller_mac.mm b/remoting/host/setup/daemon_controller_mac.mm
|
| index 91773bef61415794cc35c1f79ae2f21ab96b6567..1c5a8b180b99c92bcccf3b8a2e96b299a305f14c 100644
|
| --- a/remoting/host/setup/daemon_controller_mac.mm
|
| +++ b/remoting/host/setup/daemon_controller_mac.mm
|
| @@ -299,9 +299,8 @@ bool DaemonControllerMac::DoShowPreferencePane(const std::string& config_data) {
|
|
|
| CFNotificationCenterRef center =
|
| CFNotificationCenterGetDistributedCenter();
|
| - base::mac::ScopedCFTypeRef<CFStringRef> service_name(
|
| - CFStringCreateWithCString(kCFAllocatorDefault, remoting::kServiceName,
|
| - kCFStringEncodingUTF8));
|
| + base::ScopedCFTypeRef<CFStringRef> service_name(CFStringCreateWithCString(
|
| + kCFAllocatorDefault, remoting::kServiceName, kCFStringEncodingUTF8));
|
| CFNotificationCenterPostNotification(center, service_name, NULL, NULL,
|
| TRUE);
|
| return true;
|
|
|