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

Unified Diff: chrome/browser/resources/settings/people_page/change_picture_browser_proxy.js

Issue 2110663007: Settings: Fix some BrowserProxy compile issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix type definition Created 4 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/browser/resources/settings/people_page/change_picture_browser_proxy.js
diff --git a/chrome/browser/resources/settings/people_page/change_picture_browser_proxy.js b/chrome/browser/resources/settings/people_page/change_picture_browser_proxy.js
index cfcd3cda2e0232bf07e6d98658ba44a761322190..05e3dc67591f717ce4bc7139211a542bc2a8389b 100644
--- a/chrome/browser/resources/settings/people_page/change_picture_browser_proxy.js
+++ b/chrome/browser/resources/settings/people_page/change_picture_browser_proxy.js
@@ -67,7 +67,7 @@ cr.define('settings', function() {
/**
* @constructor
- * @implements {ChangePictureBrowserProxy}
+ * @implements {settings.ChangePictureBrowserProxy}
*/
function ChangePictureBrowserProxyImpl() {}
// The singleton instance_ is replaced with a test version of this wrapper
@@ -107,6 +107,7 @@ cr.define('settings', function() {
};
return {
+ ChangePictureBrowserProxy: ChangePictureBrowserProxy,
ChangePictureBrowserProxyImpl: ChangePictureBrowserProxyImpl,
};
});

Powered by Google App Engine
This is Rietveld 408576698