| 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 135a89be4b6b63681efca987f737ec2c3fd03cb5..ef1e20cc86058aba31d7fe51c82b481cfaf911c8 100644
|
| --- a/components/ntp_tiles/webui/ntp_tiles_internals_message_handler.cc
|
| +++ b/components/ntp_tiles/webui/ntp_tiles_internals_message_handler.cc
|
| @@ -159,8 +159,8 @@ void NTPTilesInternalsMessageHandler::HandleViewPopularSitesJson(
|
| return;
|
| }
|
|
|
| - popular_sites_json_ = FormatJson(
|
| - *most_visited_sites_->popular_sites()->GetCachedJson());
|
| + popular_sites_json_ =
|
| + FormatJson(*most_visited_sites_->popular_sites()->GetCachedJson());
|
| SendSourceInfo();
|
| }
|
|
|
|
|