| Index: components/ntp_tiles/webui/ntp_tiles_internals_message_handler.cc
|
| diff --git a/components/ntp_tiles/webui/ntp_tiles_internals_message_handler.cc b/components/ntp_tiles/webui/ntp_tiles_internals_message_handler.cc
|
| index e87440e2f25e767248624d2edd608766b122c39e..43a90e941ce644e86f96223319ec01f124e6f73c 100644
|
| --- a/components/ntp_tiles/webui/ntp_tiles_internals_message_handler.cc
|
| +++ b/components/ntp_tiles/webui/ntp_tiles_internals_message_handler.cc
|
| @@ -177,7 +177,7 @@ void NTPTilesInternalsMessageHandler::SendSourceInfo() {
|
| }
|
|
|
| if (most_visited_sites_->DoesSourceExist(NTPTileSource::POPULAR)) {
|
| - auto popular_sites = most_visited_sites_->popular_sites();
|
| + auto* popular_sites = most_visited_sites_->popular_sites();
|
| value.SetString("popular.url", popular_sites->GetURLToFetch().spec());
|
| value.SetString("popular.country", popular_sites->GetCountryToFetch());
|
| value.SetString("popular.version", popular_sites->GetVersionToFetch());
|
|
|