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

Unified Diff: chrome/test/data/webui/settings/settings_main_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/settings_main_test.js
diff --git a/chrome/test/data/webui/settings/settings_main_test.js b/chrome/test/data/webui/settings/settings_main_test.js
index 590af525b4e5dbbf6c5142de4488f1b7461c181f..9d03322510c6b20f3046cfca812a05187db12e56 100644
--- a/chrome/test/data/webui/settings/settings_main_test.js
+++ b/chrome/test/data/webui/settings/settings_main_test.js
@@ -10,10 +10,10 @@ cr.define('settings_main_page', function() {
* TestProxy).
*
* @implements {SearchManager}
- * @extends {settings.TestBrowserProxy}
+ * @extends {TestBrowserProxy}
*/
var TestSearchManager = function() {
- settings.TestBrowserProxy.call(this, [
+ TestBrowserProxy.call(this, [
'search',
]);
@@ -25,7 +25,7 @@ cr.define('settings_main_page', function() {
}
TestSearchManager.prototype = {
- __proto__: settings.TestBrowserProxy.prototype,
+ __proto__: TestBrowserProxy.prototype,
/**
* @param {boolean} matchesFound
« no previous file with comments | « chrome/test/data/webui/settings/privacy_page_test.js ('k') | chrome/test/data/webui/settings/startup_urls_page_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698