| 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 81205ad0608d548baae799bc477e05ab2eb1c8bb..bdd3f517f2537d6fb53ebdc13ce9e15e7fe853f0 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -172,7 +172,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
|
|
|
| @@ -336,7 +336,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)
|
|
|