| 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 20334cd5725f713ee7f5c06b1dcdfe3e6753e21f..dfdbc5f1a4a5bc81ff279165560bd9e865ae5622 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service_unittest.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_service_unittest.cc
|
| @@ -235,6 +235,10 @@ class MockProviderObserver : public ContentSuggestionsProvider::Observer {
|
| void(ContentSuggestionsProvider* provider,
|
| Category category,
|
| CategoryStatus new_status));
|
| + MOCK_METHOD3(OnSuggestionInvalidated,
|
| + void(ContentSuggestionsProvider* provider,
|
| + Category category,
|
| + const std::string& suggestion_id));
|
| };
|
|
|
| class WaitForDBLoad {
|
|
|