Index: chrome/browser/local_discovery/service_discovery_shared_client.cc |
diff --git a/chrome/browser/local_discovery/service_discovery_shared_client.cc b/chrome/browser/local_discovery/service_discovery_shared_client.cc |
index d5fc9e0a33d6fa2a91d2f9bea440a2c02f01ec90..a18481216c5f4c719c78edf680dc4beffcc52627 100644 |
--- a/chrome/browser/local_discovery/service_discovery_shared_client.cc |
+++ b/chrome/browser/local_discovery/service_discovery_shared_client.cc |
@@ -11,7 +11,7 @@ |
#endif |
#if defined(ENABLE_MDNS) |
-#include "chrome/browser/local_discovery/service_discovery_client_mdns.h" |
+#include "chrome/browser/local_discovery/service_discovery_client_utility.h" |
#endif // ENABLE_MDNS |
namespace local_discovery { |
@@ -44,7 +44,7 @@ scoped_refptr<ServiceDiscoverySharedClient> |
#if defined(OS_MACOSX) |
return ServiceDiscoveryClientMacFactory::CreateInstance(); |
#else |
- return new ServiceDiscoveryClientMdns(); |
+ return new ServiceDiscoveryClientUtility(); |
#endif |
} |