| 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 ab7e8b906b34db5d3841eeedee079dcb0f90507e..38177c732e66c2fdf1d4f85b9eefec43ba5bb12f 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -141,7 +141,7 @@
|
| #endif
|
|
|
| #if defined(ENABLE_SERVICE_DISCOVERY)
|
| -#include "chrome/browser/local_discovery/privet_notifications_factory.h"
|
| +#include "chrome/browser/printing/cloud_print/privet_notifications_factory.h"
|
| #endif
|
|
|
| namespace chrome {
|
| @@ -246,7 +246,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| invalidation::ProfileInvalidationProviderFactory::GetInstance();
|
| InstantServiceFactory::GetInstance();
|
| #if defined(ENABLE_SERVICE_DISCOVERY)
|
| - local_discovery::PrivetNotificationServiceFactory::GetInstance();
|
| + cloud_print::PrivetNotificationServiceFactory::GetInstance();
|
| #endif
|
| #if defined(ENABLE_SUPERVISED_USERS)
|
| #if defined(OS_CHROMEOS)
|
|
|