| Index: chrome/test/data/webui/settings/import_data_dialog_test.js
|
| diff --git a/chrome/test/data/webui/settings/import_data_dialog_test.js b/chrome/test/data/webui/settings/import_data_dialog_test.js
|
| index 66c62207ddccc046e3eb8732fa6390fa148a1f8b..5449555a12ba6c367cec02e9976221acd76e287e 100644
|
| --- a/chrome/test/data/webui/settings/import_data_dialog_test.js
|
| +++ b/chrome/test/data/webui/settings/import_data_dialog_test.js
|
| @@ -5,10 +5,10 @@
|
| /**
|
| * @constructor
|
| * @implements {settings.ImportDataBrowserProxy}
|
| - * @extends {settings.TestBrowserProxy}
|
| + * @extends {test.TestBrowserProxy}
|
| */
|
| var TestImportDataBrowserProxy = function() {
|
| - settings.TestBrowserProxy.call(this, [
|
| + test.TestBrowserProxy.call(this, [
|
| 'initializeImportDialog',
|
| 'importFromBookmarksFile',
|
| 'importData',
|
| @@ -19,7 +19,7 @@ var TestImportDataBrowserProxy = function() {
|
| };
|
|
|
| TestImportDataBrowserProxy.prototype = {
|
| - __proto__: settings.TestBrowserProxy.prototype,
|
| + __proto__: test.TestBrowserProxy.prototype,
|
|
|
| /** @param {!Array<!settings.BrowserProfile} browserProfiles */
|
| setBrowserProfiles: function(browserProfiles) {
|
|
|