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

Unified Diff: chrome/test/data/webui/settings/test_privacy_page_browser_proxy.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/test_privacy_page_browser_proxy.js
diff --git a/chrome/test/data/webui/settings/test_privacy_page_browser_proxy.js b/chrome/test/data/webui/settings/test_privacy_page_browser_proxy.js
index 57bf33c87640436a07de3c5e9ae2a9af4ca71dc1..87424be7b55c3532236b8f5d76780b49f6e0747b 100644
--- a/chrome/test/data/webui/settings/test_privacy_page_browser_proxy.js
+++ b/chrome/test/data/webui/settings/test_privacy_page_browser_proxy.js
@@ -8,7 +8,7 @@
* @implements {settings.PrivacyPageBrowserProxy}
*/
function TestPrivacyPageBrowserProxy() {
- settings.TestBrowserProxy.call(this, [
+ TestBrowserProxy.call(this, [
'getMetricsReporting',
'getSafeBrowsingExtendedReporting',
'setMetricsReportingEnabled',
@@ -18,7 +18,7 @@ function TestPrivacyPageBrowserProxy() {
}
TestPrivacyPageBrowserProxy.prototype = {
- __proto__: settings.TestBrowserProxy.prototype,
+ __proto__: TestBrowserProxy.prototype,
/** @type {!MetricsReporting} */
metricsReporting: {

Powered by Google App Engine
This is Rietveld 408576698