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

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: 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..b316bfc906912eac622b7e1268d75910f54cee6d 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 {test.TestBrowserProxy}
*/
var TestSearchManager = function() {
- settings.TestBrowserProxy.call(this, [
+ test.TestBrowserProxy.call(this, [
'search',
]);
@@ -25,7 +25,7 @@ cr.define('settings_main_page', function() {
}
TestSearchManager.prototype = {
- __proto__: settings.TestBrowserProxy.prototype,
+ __proto__: test.TestBrowserProxy.prototype,
/**
* @param {boolean} matchesFound

Powered by Google App Engine
This is Rietveld 408576698