| 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 7de43edec2b7a7c1502b11bad582eb2fc062bf07..85784938b5b66988f2cf277448123552f49da5c8 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_api.cc
|
| +++ b/chrome/browser/extensions/api/identity/identity_api.cc
|
| @@ -184,8 +184,9 @@ void IdentityAPI::Shutdown() {
|
| account_tracker_.Shutdown();
|
| }
|
|
|
| -static base::LazyInstance<BrowserContextKeyedAPIFactory<IdentityAPI> >
|
| - g_factory = LAZY_INSTANCE_INITIALIZER;
|
| +static base::LazyInstance<
|
| + BrowserContextKeyedAPIFactory<IdentityAPI>>::DestructorAtExit g_factory =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| BrowserContextKeyedAPIFactory<IdentityAPI>* IdentityAPI::GetFactoryInstance() {
|
|
|