| 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) {
|
|
|