| Index: chrome/browser/resources/ntp/most_visited.js
|
| diff --git a/chrome/browser/resources/ntp/most_visited.js b/chrome/browser/resources/ntp/most_visited.js
|
| index 1f8b740d15e2051d9851e3d41dc5de22c46f4c50..a2c56decc710b60f23a3ccab3054b98a642fee60 100644
|
| --- a/chrome/browser/resources/ntp/most_visited.js
|
| +++ b/chrome/browser/resources/ntp/most_visited.js
|
| @@ -620,7 +620,7 @@ var MostVisited = (function() {
|
| }
|
| }
|
| addClosedMenuFooter(
|
| - this.menu, 'most-visited', MINIMIZED_THUMB, Section.THUMB);
|
| + this.menu, 'most-visited', MENU_THUMB, Section.THUMB);
|
| },
|
|
|
| handleClick_: function(e) {
|
|
|