| Index: chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java
|
| index 9bd37a8da8ca03babd01bd083d04997c9a011a6b..1f631587abb2afaca8f8002cf0b6b5e56095d823 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SuggestionsSource.java
|
| @@ -31,7 +31,7 @@ public interface SuggestionsSource {
|
| * immediately. This event may be fired for a category or suggestion that does not
|
| * currently exist or has never existed and should be ignored in that case.
|
| */
|
| - void onSuggestionInvalidated(@CategoryInt int category, String suggestionId);
|
| + void onSuggestionInvalidated(@CategoryInt int category, String idWithinCategory);
|
| }
|
|
|
| /**
|
|
|