| Index: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| diff --git a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| index b64e61b94bacddda171302ec5a6b3015e66f06d7..597bfb9d0dd090aaee1f6f4fdcc32d6fff51b280 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -103,7 +103,7 @@
|
| #include "chrome/browser/spellchecker/spellcheck_factory.h"
|
| #endif
|
|
|
| -#if defined(ENABLE_MDNS)
|
| +#if defined(ENABLE_SERVICE_DISCOVERY)
|
| #include "chrome/browser/local_discovery/privet_notifications_factory.h"
|
| #endif
|
|
|
| @@ -183,7 +183,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| HotwordServiceFactory::GetInstance();
|
| invalidation::InvalidationServiceFactory::GetInstance();
|
| InstantServiceFactory::GetInstance();
|
| -#if defined(ENABLE_MDNS)
|
| +#if defined(ENABLE_SERVICE_DISCOVERY)
|
| local_discovery::PrivetNotificationServiceFactory::GetInstance();
|
| #endif
|
| #if defined(ENABLE_MANAGED_USERS)
|
|
|