Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6836)

Unified Diff: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc

Issue 1553333002: Move cloud print specific files out of local_discovery (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moveprn
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « chrome/browser/printing/pwg_raster_converter.cc ('k') | chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698