| 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();
|
| }
|
| }
|
|
|