Index: extensions/shell/browser/api/identity/identity_api.cc |
diff --git a/extensions/shell/browser/api/identity/identity_api.cc b/extensions/shell/browser/api/identity/identity_api.cc |
index c1eccfd027c81699797fd30ea2f18227abdd8443..a2b25b3a3f989563734b2b42d884e5edfe9fc4df 100644 |
--- a/extensions/shell/browser/api/identity/identity_api.cc |
+++ b/extensions/shell/browser/api/identity/identity_api.cc |
@@ -42,8 +42,9 @@ IdentityAPI* IdentityAPI::Get(content::BrowserContext* context) { |
// static |
BrowserContextKeyedAPIFactory<IdentityAPI>* IdentityAPI::GetFactoryInstance() { |
- static base::LazyInstance<BrowserContextKeyedAPIFactory<IdentityAPI>> |
- factory = LAZY_INSTANCE_INITIALIZER; |
+ static base::LazyInstance< |
+ BrowserContextKeyedAPIFactory<IdentityAPI>>::DestructorAtExit factory = |
+ LAZY_INSTANCE_INITIALIZER; |
return factory.Pointer(); |
} |