| 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 d10a6c05fc90af73deeee19ac03b6fa07ea3ad16..4dce944c2442d3d0334c869d55c90f57fda900dc 100644 | 
| --- a/components/ntp_tiles/webui/ntp_tiles_internals_message_handler.cc | 
| +++ b/components/ntp_tiles/webui/ntp_tiles_internals_message_handler.cc | 
| @@ -110,9 +110,9 @@ void NTPTilesInternalsMessageHandler::SendSourceInfo() { | 
|  | 
| if (client_->DoesSourceExist(NTPTileSource::POPULAR)) { | 
| auto popular_sites = client_->MakePopularSites(); | 
| -    value.SetString("popular.url", popular_sites->GetURLToUse().spec()); | 
| -    value.SetString("popular.country", popular_sites->GetCountryToUse()); | 
| -    value.SetString("popular.version", popular_sites->GetVersionToUse()); | 
| +    value.SetString("popular.url", popular_sites->GetURLToFetch().spec()); | 
| +    value.SetString("popular.country", popular_sites->GetCountryToFetch()); | 
| +    value.SetString("popular.version", popular_sites->GetVersionToFetch()); | 
|  | 
| value.SetString( | 
| "popular.overrideURL", | 
|  |