| Index: chrome/browser/resources/options/import_data_overlay.js
|
| diff --git a/chrome/browser/resources/options/import_data_overlay.js b/chrome/browser/resources/options/import_data_overlay.js
|
| index f6fb061af3017c25557b553d825cacff3ca4cd20..eef9f3deafacceb7c3de0f13f113bd0548d3865c 100644
|
| --- a/chrome/browser/resources/options/import_data_overlay.js
|
| +++ b/chrome/browser/resources/options/import_data_overlay.js
|
| @@ -23,9 +23,7 @@ cr.define('options', function() {
|
| // Inherit from OptionsPage.
|
| __proto__: OptionsPage.prototype,
|
|
|
| - /**
|
| - * Initialize the page.
|
| - */
|
| + /** @override */
|
| initializePage: function() {
|
| // Call base class implementation to start preference initialization.
|
| OptionsPage.prototype.initializePage.call(this);
|
|
|