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

Unified Diff: components/ntp_snippets/content_suggestions_service.h

Issue 2395753003: [NTP Snippets] Hook up background fetching scheduler to UserClassifier (Closed)
Patch Set: Created 4 years, 2 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: components/ntp_snippets/content_suggestions_service.h
diff --git a/components/ntp_snippets/content_suggestions_service.h b/components/ntp_snippets/content_suggestions_service.h
index 045785f06e5f382762e9e681438e0107143e933b..987a9fb4accd0cf0d623b1b970cb0195a24be638 100644
--- a/components/ntp_snippets/content_suggestions_service.h
+++ b/components/ntp_snippets/content_suggestions_service.h
@@ -181,7 +181,7 @@ class ContentSuggestionsService : public KeyedService,
ntp_snippets_service_ = ntp_snippets_service;
}
- UserClassifier* user_classifier() { return &user_classifier_;}
+ UserClassifier* user_classifier() { return &user_classifier_; }
private:
friend class ContentSuggestionsServiceTest;

Powered by Google App Engine
This is Rietveld 408576698