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

Unified Diff: chrome/test/data/webui/settings/cups_printer_page_tests.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/cups_printer_page_tests.js
diff --git a/chrome/test/data/webui/settings/cups_printer_page_tests.js b/chrome/test/data/webui/settings/cups_printer_page_tests.js
index 329dc84dcee223c794cdb3411253cf36a281055d..a837e24867f438603f37a4d1ead6510be2edbbb6 100644
--- a/chrome/test/data/webui/settings/cups_printer_page_tests.js
+++ b/chrome/test/data/webui/settings/cups_printer_page_tests.js
@@ -5,10 +5,10 @@
/**
* @constructor
* @implements {settings.CupsPrintersBrowserProxy}
- * @extends {settings.TestBrowserProxy}
+ * @extends {test.TestBrowserProxy}
*/
var TestCupsPrintersBrowserProxy = function() {
- settings.TestBrowserProxy.call(this, [
+ test.TestBrowserProxy.call(this, [
'getCupsPrintersList',
'getCupsPrinterManufacturersList',
'getCupsPrinterModelsList',
@@ -18,7 +18,7 @@ var TestCupsPrintersBrowserProxy = function() {
};
TestCupsPrintersBrowserProxy.prototype = {
- __proto__: settings.TestBrowserProxy.prototype,
+ __proto__: test.TestBrowserProxy.prototype,
printerList: [],
manufacturers: [],

Powered by Google App Engine
This is Rietveld 408576698