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..9347433f5189a2e1340abad77b7914c75aad5eba 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 withinCategoryId); |
} |
/** |