| Index: components/ntp_snippets/ntp_snippets_fetcher.cc
|
| diff --git a/components/ntp_snippets/ntp_snippets_fetcher.cc b/components/ntp_snippets/ntp_snippets_fetcher.cc
|
| index 0bf9f4a1c750450300e76f083f716aa280578cee..bcecfb667459ad85bf6deaf7024574268155a3a4 100644
|
| --- a/components/ntp_snippets/ntp_snippets_fetcher.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_fetcher.cc
|
| @@ -260,7 +260,7 @@ std::string NTPSnippetsFetcher::RequestParams::BuildRequest() {
|
| only_return_personalized_results);
|
|
|
| auto content_restricts = base::MakeUnique<base::ListValue>();
|
| - for (const auto& metadata : {"TITLE", "SNIPPET", "THUMBNAIL"}) {
|
| + for (auto* metadata : {"TITLE", "SNIPPET", "THUMBNAIL"}) {
|
| auto entry = base::MakeUnique<base::DictionaryValue>();
|
| entry->SetString("type", "METADATA");
|
| entry->SetString("value", metadata);
|
|
|