| Index: chrome/test/data/webui/settings/test_search_engines_browser_proxy.js
|
| diff --git a/chrome/test/data/webui/settings/test_search_engines_browser_proxy.js b/chrome/test/data/webui/settings/test_search_engines_browser_proxy.js
|
| index d1b0b2d2d2d483274e552f29349209ddced97c37..c4e49b0475f36f825600ebe784ca8e42922c2fd2 100644
|
| --- a/chrome/test/data/webui/settings/test_search_engines_browser_proxy.js
|
| +++ b/chrome/test/data/webui/settings/test_search_engines_browser_proxy.js
|
| @@ -10,10 +10,10 @@ cr.define('settings_search', function() {
|
| *
|
| * @constructor
|
| * @implements {settings.SearchEnginesBrowserProxy}
|
| - * @extends {settings.TestBrowserProxy}
|
| + * @extends {test.TestBrowserProxy}
|
| */
|
| var TestSearchEnginesBrowserProxy = function() {
|
| - settings.TestBrowserProxy.call(this, [
|
| + test.TestBrowserProxy.call(this, [
|
| 'getSearchEnginesList',
|
| 'removeSearchEngine',
|
| 'searchEngineEditCancelled',
|
| @@ -47,7 +47,7 @@ cr.define('settings_search', function() {
|
| };
|
|
|
| TestSearchEnginesBrowserProxy.prototype = {
|
| - __proto__: settings.TestBrowserProxy.prototype,
|
| + __proto__: test.TestBrowserProxy.prototype,
|
|
|
| /** @override */
|
| setDefaultSearchEngine: function(modelIndex) {
|
|
|