| 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 b5f8b51659da3d87649c918465b3edbe84d379a4..1c551c0b35de2a7d5efc014ea18478145ac876ec 100644
|
| --- a/components/ntp_snippets/ntp_snippets_fetcher.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_fetcher.cc
|
| @@ -259,7 +259,7 @@ std::string NTPSnippetsFetcher::RequestParams::BuildRequest() {
|
| }
|
|
|
| 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);
|
|
|