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

Unified Diff: chrome/browser/ntp_snippets/content_suggestions_notifier_service_factory.cc

Issue 2831553003: List our features in ntp_snippets::kAllFeatures (Closed)
Patch Set: rebase Created 3 years, 8 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/ntp_snippets/content_suggestions_notifier_service_factory.cc
diff --git a/chrome/browser/ntp_snippets/content_suggestions_notifier_service_factory.cc b/chrome/browser/ntp_snippets/content_suggestions_notifier_service_factory.cc
index 57ed4368af2db76e66af8e3adba6e3175c000b4f..d206065bf6f4a479bd30d0e557b4f9771661ff92 100644
--- a/chrome/browser/ntp_snippets/content_suggestions_notifier_service_factory.cc
+++ b/chrome/browser/ntp_snippets/content_suggestions_notifier_service_factory.cc
@@ -7,16 +7,16 @@
#include "base/memory/ptr_util.h"
#include "base/memory/singleton.h"
#include "chrome/browser/ntp_snippets/content_suggestions_service_factory.h"
-#include "chrome/browser/ntp_snippets/ntp_snippets_features.h"
#include "chrome/browser/profiles/profile.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"
+#include "components/ntp_snippets/features.h"
#include "components/variations/variations_associated_data.h"
#if defined(OS_ANDROID)
#include "chrome/browser/android/ntp/content_suggestions_notifier_service.h"
#endif
-using params::ntp_snippets::kNotificationsFeature;
+using ntp_snippets::kNotificationsFeature;
ContentSuggestionsNotifierServiceFactory*
ContentSuggestionsNotifierServiceFactory::GetInstance() {

Powered by Google App Engine
This is Rietveld 408576698