| Index: net/base/network_change_notifier_mac.cc
|
| diff --git a/net/base/network_change_notifier_mac.cc b/net/base/network_change_notifier_mac.cc
|
| index 4fe0641f75f1ba2927efe44b9af77c4850f55c7d..d75f0f8cae3baf12da654b510bbdd63a75e23f6c 100644
|
| --- a/net/base/network_change_notifier_mac.cc
|
| +++ b/net/base/network_change_notifier_mac.cc
|
| @@ -196,9 +196,9 @@ void NetworkChangeNotifierMac::SetDynamicStoreNotificationKeys(
|
| // SCDynamicStore API does not exist on iOS.
|
| NOTREACHED();
|
| #else
|
| - base::mac::ScopedCFTypeRef<CFMutableArrayRef> notification_keys(
|
| + base::ScopedCFTypeRef<CFMutableArrayRef> notification_keys(
|
| CFArrayCreateMutable(kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks));
|
| - base::mac::ScopedCFTypeRef<CFStringRef> key(
|
| + base::ScopedCFTypeRef<CFStringRef> key(
|
| SCDynamicStoreKeyCreateNetworkGlobalEntity(
|
| NULL, kSCDynamicStoreDomainState, kSCEntNetInterface));
|
| CFArrayAppendValue(notification_keys.get(), key.get());
|
|
|