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

Unified Diff: components/ntp_snippets/remote/remote_suggestions_fetcher.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
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 2f9b64334f52e5fe57bdb6dd508593042ea330fc..934ef433aded3892f4249a0704fd5b32de472fdd 100644
--- a/components/ntp_snippets/remote/remote_suggestions_fetcher.cc
+++ b/components/ntp_snippets/remote/remote_suggestions_fetcher.cc
@@ -405,8 +405,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