| Index: chrome/browser/resources/ntp4/page_list_view.js
|
| diff --git a/chrome/browser/resources/ntp4/page_list_view.js b/chrome/browser/resources/ntp4/page_list_view.js
|
| index 0fac274274d8c83a96fe56ee0bd73b217a992c2a..14c613b3b994f9690a16fe649c61ef7c89cbca7d 100644
|
| --- a/chrome/browser/resources/ntp4/page_list_view.js
|
| +++ b/chrome/browser/resources/ntp4/page_list_view.js
|
| @@ -350,7 +350,7 @@ cr.define('ntp', function() {
|
| * Note that calls to this function can occur at any time, not just in
|
| * response to a getApps request. For example, when a user
|
| * installs/uninstalls an app on another synchronized devices.
|
| - * @param {{apps: Array.<AppInfo>, appPageNames: Array.<string>}} data
|
| + * @param {{apps: Array<AppInfo>, appPageNames: Array<string>}} data
|
| * An object with all the data on available applications.
|
| */
|
| getAppsCallback: function(data) {
|
|
|