| Index: chrome/browser/extensions/api/identity/identity_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/identity/identity_apitest.cc b/chrome/browser/extensions/api/identity/identity_apitest.cc
|
| index 2debe5b03709497cb601818be0dc481ab33bb251..a9692b93bbadd49e2d51ad3f25d19ad82f0c9e94 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_apitest.cc
|
| +++ b/chrome/browser/extensions/api/identity/identity_apitest.cc
|
| @@ -724,7 +724,7 @@ class GetAuthTokenFunctionTest : public IdentityTestWithSignin {
|
| return IdentityAPI::GetFactoryInstance()->Get(browser()->profile());
|
| }
|
|
|
| - const std::string GetPrimaryAccountId() {
|
| + const std::string& GetPrimaryAccountId() {
|
| SigninManagerBase* signin_manager =
|
| SigninManagerFactory::GetForProfile(browser()->profile());
|
| return signin_manager->GetAuthenticatedAccountId();
|
|
|