| Index: chrome/browser/resources/settings/people_page/sync_browser_proxy.js
|
| diff --git a/chrome/browser/resources/settings/people_page/sync_browser_proxy.js b/chrome/browser/resources/settings/people_page/sync_browser_proxy.js
|
| index 8bfa7717bc9875c1d1d480b0e5471521924b119b..fd98d0661caca090134f77da1d96848d2900198a 100644
|
| --- a/chrome/browser/resources/settings/people_page/sync_browser_proxy.js
|
| +++ b/chrome/browser/resources/settings/people_page/sync_browser_proxy.js
|
| @@ -150,7 +150,7 @@ cr.define('settings', function() {
|
|
|
| /**
|
| * @constructor
|
| - * @implements {SyncBrowserProxy}
|
| + * @implements {settings.SyncBrowserProxy}
|
| */
|
| function SyncBrowserProxyImpl() {}
|
| cr.addSingletonGetter(SyncBrowserProxyImpl);
|
| @@ -212,6 +212,7 @@ cr.define('settings', function() {
|
| };
|
|
|
| return {
|
| + SyncBrowserProxy: SyncBrowserProxy,
|
| SyncBrowserProxyImpl: SyncBrowserProxyImpl,
|
| };
|
| });
|
|
|