diff options
Diffstat (limited to 'remoting/host/local_input_monitor_mac.mm')
-rw-r--r-- | remoting/host/local_input_monitor_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/local_input_monitor_mac.mm b/remoting/host/local_input_monitor_mac.mm index f38489a..3144ca8 100644 --- a/remoting/host/local_input_monitor_mac.mm +++ b/remoting/host/local_input_monitor_mac.mm @@ -60,7 +60,7 @@ class LocalInputMonitorMac : public base::NonThreadSafe, @private GTMCarbonHotKey* hotKey_; CFRunLoopSourceRef mouseRunLoopSource_; - base::mac::ScopedCFTypeRef<CFMachPortRef> mouseMachPort_; + base::ScopedCFTypeRef<CFMachPortRef> mouseMachPort_; remoting::LocalInputMonitorMac::EventHandler* monitor_; } |