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