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

Unified Diff: ios/chrome/browser/content_suggestions/mediator_util.mm

Issue 2888533002: Identify MostVisited by item instead of URL (Closed)
Patch Set: Address comments Created 3 years, 7 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: ios/chrome/browser/content_suggestions/mediator_util.mm
diff --git a/ios/chrome/browser/content_suggestions/mediator_util.mm b/ios/chrome/browser/content_suggestions/mediator_util.mm
index 5b428bae14afb906c8f09541fc0924f0502738a9..bf5e8d7608026ccfd90fc9af77a4fbc2477c5b1a 100644
--- a/ios/chrome/browser/content_suggestions/mediator_util.mm
+++ b/ios/chrome/browser/content_suggestions/mediator_util.mm
@@ -122,7 +122,7 @@ void RecordPageImpression(const ntp_tiles::NTPTilesVector& mostVisited) {
tiles, GetApplicationContext()->GetRapporServiceImpl());
}
-CollectionViewItem<SuggestedContent>* ConvertNTPTile(
+ContentSuggestionsMostVisitedItem* ConvertNTPTile(
const ntp_tiles::NTPTile& tile,
ContentSuggestionsSectionInformation* sectionInfo) {
ContentSuggestionsMostVisitedItem* suggestion =
« no previous file with comments | « ios/chrome/browser/content_suggestions/mediator_util.h ('k') | ios/chrome/browser/ui/content_suggestions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698