| Index: chrome/browser/resources/ntp4/most_visited_page.js
|
| diff --git a/chrome/browser/resources/ntp4/most_visited_page.js b/chrome/browser/resources/ntp4/most_visited_page.js
|
| index 0edb54af4a48c6e3af6773e0a572381e851fe837..4f6cbd17a38dd03765be7786946fc3659bef4f0c 100644
|
| --- a/chrome/browser/resources/ntp4/most_visited_page.js
|
| +++ b/chrome/browser/resources/ntp4/most_visited_page.js
|
| @@ -370,7 +370,7 @@ cr.define('ntp', function() {
|
|
|
| /**
|
| * Array of most visited data objects.
|
| - * @type {Array.<PageData>}
|
| + * @type {Array<PageData>}
|
| */
|
| get data() {
|
| return this.data_;
|
|
|