Index: chrome/browser/local_discovery/service_discovery_host_client.h |
diff --git a/chrome/browser/local_discovery/service_discovery_host_client.h b/chrome/browser/local_discovery/service_discovery_host_client.h |
index e31a096ad147e3195186d0b8f610808cc9c4e1ee..330418c3774116fd722d0f9d2a2dd4a1a40f8362 100644 |
--- a/chrome/browser/local_discovery/service_discovery_host_client.h |
+++ b/chrome/browser/local_discovery/service_discovery_host_client.h |
@@ -68,7 +68,7 @@ class ServiceDiscoveryHostClient |
class ServiceWatcherProxy; |
class ServiceResolverProxy; |
class LocalDomainResolverProxy; |
- friend class ServiceDiscoveryClientMdns; |
+ friend class ServiceDiscoveryClientUtility; |
typedef std::map<uint64, ServiceWatcher::UpdatedCallback> WatcherCallbacks; |
typedef std::map<uint64, ServiceResolver::ResolveCompleteCallback> |