| Index: components/ntp_snippets/content_suggestion.h
|
| diff --git a/components/ntp_snippets/content_suggestion.h b/components/ntp_snippets/content_suggestion.h
|
| index fa653b1a8a178b9f7159a691d6066ba2e92cd38d..b4e64f887dfb53e56081c18f7a463d9f31d4a724 100644
|
| --- a/components/ntp_snippets/content_suggestion.h
|
| +++ b/components/ntp_snippets/content_suggestion.h
|
| @@ -38,7 +38,7 @@ struct DownloadSuggestionExtra {
|
| // Contains additional data which is only available for recent tab suggestions.
|
| struct RecentTabSuggestionExtra {
|
| // Corresponding tab identifier.
|
| - std::string tab_id;
|
| + int tab_id;
|
| // Underlying offline page identifier.
|
| int64_t offline_page_id = 0;
|
| };
|
|
|