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

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

Issue 2927653002: WebUI: Move test_browser_proxy.js one level up. (Closed)
Patch Set: Remove namespace 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/system_page_tests.js
diff --git a/chrome/test/data/webui/settings/system_page_tests.js b/chrome/test/data/webui/settings/system_page_tests.js
index 1a29b99a88b06330e05fcaac5b34c7bd6d9e7b16..7e27668c7c162936c1e5be7581117e59f23647ca 100644
--- a/chrome/test/data/webui/settings/system_page_tests.js
+++ b/chrome/test/data/webui/settings/system_page_tests.js
@@ -11,11 +11,11 @@ var HARDWARE_ACCELERATION_AT_STARTUP = true;
* @implements {settings.SystemPageBrowserProxy}
*/
function TestSystemPageBrowserProxy() {
- settings.TestBrowserProxy.call(this, ['showProxySettings']);
+ TestBrowserProxy.call(this, ['showProxySettings']);
}
TestSystemPageBrowserProxy.prototype = {
- __proto__: settings.TestBrowserProxy.prototype,
+ __proto__: TestBrowserProxy.prototype,
/** @override */
showProxySettings: function() {
« no previous file with comments | « chrome/test/data/webui/settings/startup_urls_page_test.js ('k') | chrome/test/data/webui/settings/test_browser_proxy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698