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

Unified Diff: chrome/test/data/webui/settings/privacy_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/privacy_page_test.js
diff --git a/chrome/test/data/webui/settings/privacy_page_test.js b/chrome/test/data/webui/settings/privacy_page_test.js
index 50bd74907d577eb8a79c0978b97c54c1fdcbbaf8..baf728a29c419cc01289b0845bc770d3fa0e1e0e 100644
--- a/chrome/test/data/webui/settings/privacy_page_test.js
+++ b/chrome/test/data/webui/settings/privacy_page_test.js
@@ -9,7 +9,7 @@ cr.define('settings_privacy_page', function() {
* @implements {settings.ClearBrowsingDataBrowserProxy}
*/
function TestClearBrowsingDataBrowserProxy() {
- settings.TestBrowserProxy.call(
+ test.TestBrowserProxy.call(
this, ['initialize', 'clearBrowsingData', 'getImportantSites']);
/**
@@ -28,7 +28,7 @@ cr.define('settings_privacy_page', function() {
}
TestClearBrowsingDataBrowserProxy.prototype = {
- __proto__: settings.TestBrowserProxy.prototype,
+ __proto__: test.TestBrowserProxy.prototype,
/** @param {!Promise} promise */
setClearBrowsingDataPromise: function(promise) {

Powered by Google App Engine
This is Rietveld 408576698