| Index: chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
|
| diff --git a/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js b/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
|
| index 97633e75b5228e42afb662bf5a8c8e6ea66b2897..1ef303483132007fe218526ec375e9ba25215bda 100644
|
| --- a/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
|
| +++ b/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
|
| @@ -76,10 +76,10 @@ var prefsEmpty = {
|
| *
|
| * @constructor
|
| * @implements {settings.SiteSettingsPrefsBrowserProxy}
|
| - * @extends {settings.TestBrowserProxy}
|
| + * @extends {TestBrowserProxy}
|
| */
|
| var TestSiteSettingsPrefsBrowserProxy = function() {
|
| - settings.TestBrowserProxy.call(this, [
|
| + TestBrowserProxy.call(this, [
|
| 'fetchUsbDevices',
|
| 'fetchZoomLevels',
|
| 'getCookieDetails',
|
| @@ -123,7 +123,7 @@ var TestSiteSettingsPrefsBrowserProxy = function() {
|
| };
|
|
|
| TestSiteSettingsPrefsBrowserProxy.prototype = {
|
| - __proto__: settings.TestBrowserProxy.prototype,
|
| + __proto__: TestBrowserProxy.prototype,
|
|
|
| /**
|
| * Pretends an incognito session started or ended.
|
|
|