| Index: components/ntp_snippets/remote/remote_suggestions_provider_unittest.cc
|
| diff --git a/components/ntp_snippets/remote/remote_suggestions_provider_unittest.cc b/components/ntp_snippets/remote/remote_suggestions_provider_unittest.cc
|
| index fd13c5d15b050af701c793b652e23993855cc8a0..9b290fd9e923904c9481f46623bce081e4d51e5f 100644
|
| --- a/components/ntp_snippets/remote/remote_suggestions_provider_unittest.cc
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_provider_unittest.cc
|
| @@ -305,10 +305,9 @@ gfx::Image FetchImage(RemoteSuggestionsProvider* service,
|
| return result;
|
| }
|
|
|
| -void ParseJson(
|
| - const std::string& json,
|
| - const ntp_snippets::NTPSnippetsFetcher::SuccessCallback& success_callback,
|
| - const ntp_snippets::NTPSnippetsFetcher::ErrorCallback& error_callback) {
|
| +void ParseJson(const std::string& json,
|
| + const SuccessCallback& success_callback,
|
| + const ErrorCallback& error_callback) {
|
| base::JSONReader json_reader;
|
| std::unique_ptr<base::Value> value = json_reader.ReadToValue(json);
|
| if (value) {
|
|
|