| Index: components/ntp_snippets/ntp_snippets_service_unittest.cc
|
| diff --git a/components/ntp_snippets/ntp_snippets_service_unittest.cc b/components/ntp_snippets/ntp_snippets_service_unittest.cc
|
| index 8f49824eda42a39a45f0a5bcf197fd7edbbbb327..532385cfd1109a0effe8fc18d199dbe4cd68803f 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service_unittest.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_service_unittest.cc
|
| @@ -156,7 +156,7 @@ class NTPSnippetsServiceTest : public testing::Test {
|
| NTPSnippetsService* service() { return service_.get(); }
|
|
|
| void LoadFromJSONString(const std::string& json) {
|
| - service_->OnSnippetsDownloaded(json);
|
| + service_->OnSnippetsDownloaded(json, std::string());
|
| }
|
|
|
| void SetExpectJsonParseSuccess(bool expect_success) {
|
|
|