| Index: net/dns/mdns_client_impl.h
|
| diff --git a/net/dns/mdns_client_impl.h b/net/dns/mdns_client_impl.h
|
| index a0c5b987836af709d2590d8b982c0a8ec3d259bb..e788601fd76ec4e608aab43d523370e5f5be8a62 100644
|
| --- a/net/dns/mdns_client_impl.h
|
| +++ b/net/dns/mdns_client_impl.h
|
| @@ -141,8 +141,8 @@ class NET_EXPORT_PRIVATE MDnsClientImpl : public MDnsClient {
|
| FRIEND_TEST_ALL_PREFIXES(MDnsTest, CacheCleanupWithShortTTL);
|
|
|
| typedef std::pair<std::string, uint16> ListenerKey;
|
| - typedef std::map<ListenerKey, ObserverList<MDnsListenerImpl>* >
|
| - ListenerMap;
|
| + typedef std::map<ListenerKey, base::ObserverList<MDnsListenerImpl>*>
|
| + ListenerMap;
|
|
|
| // Alert listeners of an update to the cache.
|
| void AlertListeners(MDnsCache::UpdateType update_type,
|
|
|