| Index: chrome/browser/resources/md_history/history_list.js
|
| diff --git a/chrome/browser/resources/md_history/history_list.js b/chrome/browser/resources/md_history/history_list.js
|
| index 4cfb8ca87a8386a3ba1dc75dfaa3e65f26c85bce..fad3d1bd205257e43a1b4e967048a7038a92516c 100644
|
| --- a/chrome/browser/resources/md_history/history_list.js
|
| +++ b/chrome/browser/resources/md_history/history_list.js
|
| @@ -155,5 +155,7 @@ Polymer({
|
| * @return {string}
|
| * @private
|
| */
|
| - pathForItem_: function(index) { return 'historyData_.' + index; },
|
| + pathForItem_: function(index) {
|
| + return 'historyData_.' + index;
|
| + },
|
| });
|
|
|