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

Unified Diff: net/base/network_change_notifier_mac.h

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: net/base/network_change_notifier_mac.h
diff --git a/net/base/network_change_notifier_mac.h b/net/base/network_change_notifier_mac.h
index ad9429ac4fd9161ded6cafabc7d19bd6c1766d39..168ea1480b781e607d7d127f4d0f14600b673b81 100644
--- a/net/base/network_change_notifier_mac.h
+++ b/net/base/network_change_notifier_mac.h
@@ -67,8 +67,8 @@ class NetworkChangeNotifierMac: public NetworkChangeNotifier {
bool connection_type_initialized_;
mutable base::Lock connection_type_lock_;
mutable base::ConditionVariable initial_connection_type_cv_;
- base::mac::ScopedCFTypeRef<SCNetworkReachabilityRef> reachability_;
- base::mac::ScopedCFTypeRef<CFRunLoopRef> run_loop_;
+ base::ScopedCFTypeRef<SCNetworkReachabilityRef> reachability_;
+ base::ScopedCFTypeRef<CFRunLoopRef> run_loop_;
Forwarder forwarder_;
scoped_ptr<const NetworkConfigWatcherMac> config_watcher_;

Powered by Google App Engine
This is Rietveld 408576698