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

Unified Diff: components/ntp_tiles/popular_sites_impl.cc

Issue 2744253004: NTP: clang-format (Closed)
Patch Set: rebase 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
« no previous file with comments | « components/ntp_snippets/user_classifier.cc ('k') | components/ntp_tiles/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/popular_sites_impl.cc
diff --git a/components/ntp_tiles/popular_sites_impl.cc b/components/ntp_tiles/popular_sites_impl.cc
index 978671785002a926e86ca9e6d82b1df83555eb8e..f0c29e589f0ff97caca9286a9cf56e32b23c27ce 100644
--- a/components/ntp_tiles/popular_sites_impl.cc
+++ b/components/ntp_tiles/popular_sites_impl.cc
@@ -380,8 +380,9 @@ void PopularSitesImpl::OnURLFetchComplete(const net::URLFetcher* source) {
return;
}
- parse_json_.Run(json_string, base::Bind(&PopularSitesImpl::OnJsonParsed,
- weak_ptr_factory_.GetWeakPtr()),
+ parse_json_.Run(json_string,
+ base::Bind(&PopularSitesImpl::OnJsonParsed,
+ weak_ptr_factory_.GetWeakPtr()),
base::Bind(&PopularSitesImpl::OnJsonParseFailed,
weak_ptr_factory_.GetWeakPtr()));
}
« no previous file with comments | « components/ntp_snippets/user_classifier.cc ('k') | components/ntp_tiles/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698