| 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() {
|
|
|