Chromium Code Reviews| Index: chrome/browser/resources/local_ntp/most_visited_single.js |
| diff --git a/chrome/browser/resources/local_ntp/most_visited_single.js b/chrome/browser/resources/local_ntp/most_visited_single.js |
| index 55f3df4ef350aa6922e78609a11d046caea6988f..fe7cc9ef25931e9412a702d1be20bf4e97c42be6 100644 |
| --- a/chrome/browser/resources/local_ntp/most_visited_single.js |
| +++ b/chrome/browser/resources/local_ntp/most_visited_single.js |
| @@ -196,7 +196,7 @@ var showTiles = function(info) { |
| logEvent(LOG_TYPE.NTP_ALL_TILES_RECEIVED); |
| countLoad(); |
| hideOverflowTiles(info); |
| -} |
| +}; |
| /** |