| 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 e362f7775019234fa60767015c6ca2592788b55b..7b47e313a7169a0e09a7b7fdfaed43914e1830bc 100644
|
| --- a/components/ntp_tiles/webui/ntp_tiles_internals_message_handler.cc
|
| +++ b/components/ntp_tiles/webui/ntp_tiles_internals_message_handler.cc
|
| @@ -164,8 +164,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();
|
| }
|
|
|
|
|