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

Unified Diff: chrome/browser/ntp_snippets/ntp_snippets_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/ntp_snippets_service_factory.h
diff --git a/chrome/browser/ntp_snippets/ntp_snippets_service_factory.h b/chrome/browser/ntp_snippets/ntp_snippets_service_factory.h
index a5ca837454293206434cd562aec041c00f48a318..afe14fd4588629e530515293ec04019ef35e5d3e 100644
--- a/chrome/browser/ntp_snippets/ntp_snippets_service_factory.h
+++ b/chrome/browser/ntp_snippets/ntp_snippets_service_factory.h
@@ -34,7 +34,7 @@ class NTPSnippetsServiceFactory : public BrowserContextKeyedServiceFactory {
NTPSnippetsServiceFactory();
~NTPSnippetsServiceFactory() override;
- // BrowserStateKeyedServiceFactory implementation.
+ // BrowserContextKeyedServiceFactory implementation.
KeyedService* BuildServiceInstanceFor(
content::BrowserContext* context) const override;
« no previous file with comments | « chrome/browser/ntp_snippets/content_suggestions_service_factory.h ('k') | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698