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

Unified Diff: chrome/test/data/webui/settings/startup_urls_page_test.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/startup_urls_page_test.js
diff --git a/chrome/test/data/webui/settings/startup_urls_page_test.js b/chrome/test/data/webui/settings/startup_urls_page_test.js
index 1377b75d34bc9a097fa334722c5dadc58da0cdbd..fa2aec60800cf91e1406fc55fdced33e507f70cb 100644
--- a/chrome/test/data/webui/settings/startup_urls_page_test.js
+++ b/chrome/test/data/webui/settings/startup_urls_page_test.js
@@ -6,10 +6,10 @@ cr.define('settings_startup_urls_page', function() {
/**
* @constructor
* @implements {settings.StartupUrlsPageBrowserProxy}
- * @extends {settings.TestBrowserProxy}
+ * @extends {TestBrowserProxy}
*/
function TestStartupUrlsPageBrowserProxy() {
- settings.TestBrowserProxy.call(this, [
+ TestBrowserProxy.call(this, [
'addStartupPage',
'editStartupPage',
'loadStartupPages',
@@ -23,7 +23,7 @@ cr.define('settings_startup_urls_page', function() {
}
TestStartupUrlsPageBrowserProxy.prototype = {
- __proto__: settings.TestBrowserProxy.prototype,
+ __proto__: TestBrowserProxy.prototype,
/** @param {boolean} isValid */
setUrlValidity: function(isValid) {
« no previous file with comments | « chrome/test/data/webui/settings/settings_main_test.js ('k') | chrome/test/data/webui/settings/system_page_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698