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

Unified Diff: chrome/test/data/webui/settings/chrome_cleanup_page_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/chrome_cleanup_page_test.js
diff --git a/chrome/test/data/webui/settings/chrome_cleanup_page_test.js b/chrome/test/data/webui/settings/chrome_cleanup_page_test.js
index fb7fb53f564c05f5ed82f1f44941ab864841ebb9..45f4955dba3e07b7708a6977f40b8f50ae669d6f 100644
--- a/chrome/test/data/webui/settings/chrome_cleanup_page_test.js
+++ b/chrome/test/data/webui/settings/chrome_cleanup_page_test.js
@@ -5,10 +5,10 @@
/**
* @constructor
* @implements {settings.ChromeCleanupProxy}
- * @extends {settings.TestBrowserProxy}
+ * @extends {test.TestBrowserProxy}
*/
var TestChromeCleanupProxy = function() {
- settings.TestBrowserProxy.call(this, [
+ test.TestBrowserProxy.call(this, [
'dismissCleanupPage',
'getChromeCleanupVisibility',
'registerChromeCleanupObserver',
@@ -18,7 +18,7 @@ var TestChromeCleanupProxy = function() {
};
TestChromeCleanupProxy.prototype = {
- __proto__: settings.TestBrowserProxy.prototype,
+ __proto__: test.TestBrowserProxy.prototype,
/** @override */
dismissCleanupPage: function() {

Powered by Google App Engine
This is Rietveld 408576698