| Index: components/ntp_snippets/remote/remote_suggestions_fetcher.h
|
| diff --git a/components/ntp_snippets/remote/remote_suggestions_fetcher.h b/components/ntp_snippets/remote/remote_suggestions_fetcher.h
|
| index 90ebbacea0b04de8f57c251d3899e7790a468171..aa56e9f1120b6a5041ae1c3513c4a78918d79305 100644
|
| --- a/components/ntp_snippets/remote/remote_suggestions_fetcher.h
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_fetcher.h
|
| @@ -158,7 +158,8 @@ class RemoteSuggestionsFetcher : public OAuth2TokenService::Consumer,
|
| const std::string& error_details);
|
|
|
| bool JsonToSnippets(const base::Value& parsed,
|
| - FetchedCategoriesVector* categories);
|
| + FetchedCategoriesVector* categories,
|
| + const base::Time& fetch_time);
|
|
|
| bool DemandQuotaForRequest(bool interactive_request);
|
|
|
|
|