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

Unified Diff: chrome/browser/ntp_snippets/content_suggestions_service_factory.h

Issue 2149453004: Implement first version of OfflinePageSuggestionsProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove separate build target for offline_page_suggestions Created 4 years, 5 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_service_factory.h
diff --git a/chrome/browser/ntp_snippets/content_suggestions_service_factory.h b/chrome/browser/ntp_snippets/content_suggestions_service_factory.h
index e09f157f7e513c0d1b13a7b6df56c3e250cd1f56..fdd7d763684a844f9097f3c6506b0eb1ddfcbe80 100644
--- a/chrome/browser/ntp_snippets/content_suggestions_service_factory.h
+++ b/chrome/browser/ntp_snippets/content_suggestions_service_factory.h
@@ -34,7 +34,7 @@ class ContentSuggestionsServiceFactory
ContentSuggestionsServiceFactory();
~ContentSuggestionsServiceFactory() override;
- // BrowserStateKeyedServiceFactory implementation.
+ // BrowserContextKeyedServiceFactory implementation.
KeyedService* BuildServiceInstanceFor(
content::BrowserContext* context) const override;

Powered by Google App Engine
This is Rietveld 408576698