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

Unified Diff: components/ntp_snippets/ntp_snippets_service.h

Issue 2368583002: [NTP Snippets] Cleanups from clang-tidy (Closed)
Patch Set: Created 4 years, 3 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/ntp_snippets_service.h
diff --git a/components/ntp_snippets/ntp_snippets_service.h b/components/ntp_snippets/ntp_snippets_service.h
index 130ed57fef68eb52e2484c02a6c09d609d90eee7..e241df76f3098859a7ae334041498fc6838a5677 100644
--- a/components/ntp_snippets/ntp_snippets_service.h
+++ b/components/ntp_snippets/ntp_snippets_service.h
@@ -187,7 +187,7 @@ class NTPSnippetsService : public ContentSuggestionsProvider,
};
// image_fetcher::ImageFetcherDelegate implementation.
- void OnImageDataFetched(const std::string& snippet_id,
+ void OnImageDataFetched(const std::string& suggestion_id,
const std::string& image_data) override;
// Callbacks for the NTPSnippetsDatabase.

Powered by Google App Engine
This is Rietveld 408576698