| Index: chrome/browser/extensions/api/identity/identity_api.cc
|
| diff --git a/chrome/browser/extensions/api/identity/identity_api.cc b/chrome/browser/extensions/api/identity/identity_api.cc
|
| index 3796cdc7dab0bdc26e3ee6a0316d5c5051e60ff9..d3571e9504a33791de7672f57c409a35fe6250e3 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_api.cc
|
| +++ b/chrome/browser/extensions/api/identity/identity_api.cc
|
| @@ -275,7 +275,7 @@ ExtensionFunction::ResponseAction IdentityGetAccountsFunction::Run() {
|
| infos->Append(account_info.ToValue().release());
|
| }
|
|
|
| - return RespondNow(SingleArgument(infos));
|
| + return RespondNow(OneArgument(infos));
|
| }
|
|
|
| IdentityGetAuthTokenFunction::IdentityGetAuthTokenFunction()
|
|
|