Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(921)

Unified Diff: remoting/host/local_input_monitor_mac.mm

Issue 16917011: mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/local_input_monitor_mac.mm
diff --git a/remoting/host/local_input_monitor_mac.mm b/remoting/host/local_input_monitor_mac.mm
index f38489a937d57bfddb7d7935d851b23f05d216b5..3144ca87a7a40414140e8c12d3b7deaf43a17939 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_;
}

Powered by Google App Engine
This is Rietveld 408576698