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

Unified Diff: chrome/browser/android/ntp/content_suggestions_notification_helper.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/android/ntp/content_suggestions_notification_helper.cc
diff --git a/chrome/browser/android/ntp/content_suggestions_notification_helper.cc b/chrome/browser/android/ntp/content_suggestions_notification_helper.cc
index 3afed6de2e56731bc8221f473e10a36e6d68b487..bb234e068248bd2ac1a73c3f7f1302beb7d25330 100644
--- a/chrome/browser/android/ntp/content_suggestions_notification_helper.cc
+++ b/chrome/browser/android/ntp/content_suggestions_notification_helper.cc
@@ -10,10 +10,10 @@
#include "base/android/jni_string.h"
#include "base/metrics/histogram_macros.h"
#include "base/strings/utf_string_conversions.h"
-#include "chrome/browser/ntp_snippets/ntp_snippets_features.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_manager.h"
#include "chrome/common/pref_names.h"
+#include "components/ntp_snippets/features.h"
#include "components/prefs/pref_service.h"
#include "components/variations/variations_associated_data.h"
#include "jni/ContentSuggestionsNotificationHelper_jni.h"
@@ -22,9 +22,9 @@
#include "ui/gfx/image/image_skia.h"
using base::android::JavaParamRef;
-using params::ntp_snippets::kNotificationsFeature;
-using params::ntp_snippets::kNotificationsIgnoredLimitParam;
-using params::ntp_snippets::kNotificationsIgnoredDefaultLimit;
+using ntp_snippets::kNotificationsFeature;
+using ntp_snippets::kNotificationsIgnoredLimitParam;
+using ntp_snippets::kNotificationsIgnoredDefaultLimit;
namespace ntp_snippets {
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | chrome/browser/android/ntp/content_suggestions_notifier_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698