| 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 8356952946c960829e49b5095e6fbd33ac0e748b..1e3dd089d6060141e59c47bacbddbc9cefd5042e 100644
|
| --- a/components/ntp_snippets/content_suggestions_service_unittest.cc
|
| +++ b/components/ntp_snippets/content_suggestions_service_unittest.cc
|
| @@ -92,7 +92,7 @@ class MockProvider : public ContentSuggestionsProvider {
|
| MOCK_METHOD3(Fetch,
|
| void(const Category&,
|
| const std::set<std::string>&,
|
| - FetchingCallback));
|
| + const FetchingCallback&));
|
| MOCK_METHOD1(ClearCachedSuggestions, void(Category category));
|
| MOCK_METHOD2(GetDismissedSuggestionsForDebugging,
|
| void(Category category,
|
|
|