Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1117)

Unified Diff: chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js

Issue 2927653002: WebUI: Move test_browser_proxy.js one level up. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..ca35e72793c9d8bfc815aefb5cb35d91a28c8275 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 {test.TestBrowserProxy}
*/
var TestSiteSettingsPrefsBrowserProxy = function() {
- settings.TestBrowserProxy.call(this, [
+ test.TestBrowserProxy.call(this, [
'fetchUsbDevices',
'fetchZoomLevels',
'getCookieDetails',
@@ -123,7 +123,7 @@ var TestSiteSettingsPrefsBrowserProxy = function() {
};
TestSiteSettingsPrefsBrowserProxy.prototype = {
- __proto__: settings.TestBrowserProxy.prototype,
+ __proto__: test.TestBrowserProxy.prototype,
/**
* Pretends an incognito session started or ended.

Powered by Google App Engine
This is Rietveld 408576698