| Index: chrome/browser/resources/gaia_auth/background.js
|
| diff --git a/chrome/browser/resources/gaia_auth/background.js b/chrome/browser/resources/gaia_auth/background.js
|
| index cc80629753d9f72cf0488308a90a2a1c41e9a68a..3b529f33463c21d3d85f8d7cd96b3431e777982d 100644
|
| --- a/chrome/browser/resources/gaia_auth/background.js
|
| +++ b/chrome/browser/resources/gaia_auth/background.js
|
| @@ -416,7 +416,7 @@ BackgroundBridge.prototype = {
|
|
|
| /**
|
| * Handler for 'getScrapedPasswords' request sent from the main script.
|
| - * @return {Array.<string>} The array with de-duped scraped passwords.
|
| + * @return {Array<string>} The array with de-duped scraped passwords.
|
| */
|
| onGetScrapedPasswords_: function() {
|
| var passwords = {};
|
|
|