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

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: 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/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..3af6cd7a903c0de7c10cdfea952013f32780f9fc 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(
+ TestBrowserProxy.call(
this, ['initialize', 'clearBrowsingData', 'getImportantSites']);
/**
@@ -28,7 +28,7 @@ cr.define('settings_privacy_page', function() {
}
TestClearBrowsingDataBrowserProxy.prototype = {
- __proto__: settings.TestBrowserProxy.prototype,
+ __proto__: TestBrowserProxy.prototype,
/** @param {!Promise} promise */
setClearBrowsingDataPromise: function(promise) {
« no previous file with comments | « chrome/test/data/webui/settings/people_page_test.js ('k') | chrome/test/data/webui/settings/settings_main_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698