| Index: chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentTabsExpandableListView.java | 
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentTabsExpandableListView.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentTabsExpandableListView.java | 
| index 8614c9053fd052686a75879b245899314ae6488d..e1441ff4743568c0a4d269b0029872d42a2db6f6 100644 | 
| --- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentTabsExpandableListView.java | 
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentTabsExpandableListView.java | 
| @@ -19,8 +19,8 @@ public class RecentTabsExpandableListView extends ExpandableListView { | 
| private static final int MAX_LIST_VIEW_WIDTH_DP = 550; | 
|  | 
| private int mMaxListViewWidth; | 
| -    private int mSavedListPosition = 0; | 
| -    private int mSavedListTop = 0; | 
| +    private int mSavedListPosition; | 
| +    private int mSavedListTop; | 
|  | 
| /** | 
| * Constructor for inflating from XML. | 
|  |