Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Unified Diff: components/ntp_tiles/webui/ntp_tiles_internals_message_handler.cc

Issue 2744253004: NTP: clang-format (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« components/ntp_snippets/features.h ('K') | « components/ntp_tiles/switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« components/ntp_snippets/features.h ('K') | « components/ntp_tiles/switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698