| Index: components/ntp_snippets/content_suggestions_service_unittest.cc
|
| diff --git a/components/ntp_snippets/content_suggestions_service_unittest.cc b/components/ntp_snippets/content_suggestions_service_unittest.cc
|
| index 7cdc12dfdbf6b12438020e89a25c1b72c853d748..600879566f1ee764d9160cc9bbfdbe02f9725931 100644
|
| --- a/components/ntp_snippets/content_suggestions_service_unittest.cc
|
| +++ b/components/ntp_snippets/content_suggestions_service_unittest.cc
|
| @@ -100,8 +100,9 @@ class MockProvider : public ContentSuggestionsProvider {
|
| }
|
|
|
| MOCK_METHOD1(ClearCachedSuggestionsForDebugging, void(Category category));
|
| - MOCK_METHOD1(GetDismissedSuggestionsForDebugging,
|
| - std::vector<ContentSuggestion>(Category category));
|
| + MOCK_METHOD2(GetDismissedSuggestionsForDebugging,
|
| + void(Category category,
|
| + const DismissedSuggestionsCallback& callback));
|
| MOCK_METHOD1(ClearDismissedSuggestionsForDebugging, void(Category category));
|
| MOCK_METHOD1(DismissSuggestion, void(const std::string& suggestion_id));
|
| MOCK_METHOD2(FetchSuggestionImage,
|
|
|