| Index: chrome/browser/resources/settings/people_page/easy_unlock_browser_proxy.js
|
| diff --git a/chrome/browser/resources/settings/people_page/easy_unlock_browser_proxy.js b/chrome/browser/resources/settings/people_page/easy_unlock_browser_proxy.js
|
| index 72f0a9bcb8b724177bffdcaecf9cf23aad87fa53..f43dfb66e2694049921d5cbdbae4756d768fb8fa 100644
|
| --- a/chrome/browser/resources/settings/people_page/easy_unlock_browser_proxy.js
|
| +++ b/chrome/browser/resources/settings/people_page/easy_unlock_browser_proxy.js
|
| @@ -43,7 +43,7 @@ cr.define('settings', function() {
|
|
|
| /**
|
| * @constructor
|
| - * @implements {EasyUnlockBrowserProxy}
|
| + * @implements {settings.EasyUnlockBrowserProxy}
|
| */
|
| function EasyUnlockBrowserProxyImpl() {}
|
| // The singleton instance_ is replaced with a test version of this wrapper
|
| @@ -78,6 +78,7 @@ cr.define('settings', function() {
|
| };
|
|
|
| return {
|
| + EasyUnlockBrowserProxy: EasyUnlockBrowserProxy,
|
| EasyUnlockBrowserProxyImpl: EasyUnlockBrowserProxyImpl,
|
| };
|
| });
|
|
|