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

Unified Diff: components/ntp_snippets/remote/remote_suggestions_fetcher.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
Index: components/ntp_snippets/remote/remote_suggestions_fetcher.cc
diff --git a/components/ntp_snippets/remote/remote_suggestions_fetcher.cc b/components/ntp_snippets/remote/remote_suggestions_fetcher.cc
index c7218ee365faa36cf78c37613afe2a491d610b92..080e06cc28db531d6d17c58ebb57c945da267bf7 100644
--- a/components/ntp_snippets/remote/remote_suggestions_fetcher.cc
+++ b/components/ntp_snippets/remote/remote_suggestions_fetcher.cc
@@ -392,8 +392,8 @@ void RemoteSuggestionsFetcher::OnGetTokenFailure(
FetchFinished(OptionalFetchedCategories(),
std::move(builder_and_callback.second),
FetchResult::OAUTH_TOKEN_ERROR,
- /*error_details=*/base::StringPrintf(
- " (%s)", error.ToString().c_str()));
+ /*error_details=*/
+ base::StringPrintf(" (%s)", error.ToString().c_str()));
pending_requests_.pop();
}
}

Powered by Google App Engine
This is Rietveld 408576698