diff options
Diffstat (limited to 'remoting/host/setup/daemon_controller_mac.mm')
-rw-r--r-- | remoting/host/setup/daemon_controller_mac.mm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/remoting/host/setup/daemon_controller_mac.mm b/remoting/host/setup/daemon_controller_mac.mm index 91773be..1c5a8b18 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; |