| Index: chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SpacingListItem.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SpacingListItem.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SpacingListItem.java
|
| index 2153d0905d48437a4dc7dd5231891c83d0fcad7a..b70f8e43d06c6df5f835742d09370a1132d66e86 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SpacingListItem.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SpacingListItem.java
|
| @@ -13,7 +13,7 @@ import android.view.ViewGroup;
|
| * contain enough of them. It is displayed as a dummy item with variable height that just occupies
|
| * the remaining space between the last item in the RecyclerView and the bottom of the screen.
|
| */
|
| -public class SpacingListItem implements NewTabPageListItem {
|
| +public class SpacingListItem extends NewTabPageSingleItemGroup {
|
| private static class SpacingListItemView extends View {
|
| public SpacingListItemView(Context context) {
|
| super(context);
|
|
|