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

Unified Diff: components/ntp_snippets/ntp_snippets_service.h

Issue 2368583002: [NTP Snippets] Cleanups from clang-tidy (Closed)
Patch Set: rebase 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 8d4d75285931bb346eb1ed6fca7a4673500d21b4..a724cdf4d220faff222321b4ab6d75d9ebab142a 100644
--- a/components/ntp_snippets/ntp_snippets_service.h
+++ b/components/ntp_snippets/ntp_snippets_service.h
@@ -200,7 +200,7 @@ class NTPSnippetsService : public ContentSuggestionsProvider,
const std::string& snippet_id) const;
// 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.
« no previous file with comments | « components/ntp_snippets/ntp_snippets_fetcher_unittest.cc ('k') | components/ntp_snippets/ntp_snippets_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698