Index: chrome/browser/extensions/signin/gaia_auth_extension_loader.cc |
diff --git a/chrome/browser/extensions/signin/gaia_auth_extension_loader.cc b/chrome/browser/extensions/signin/gaia_auth_extension_loader.cc |
index e78282b6bb812647bc868b249b26b6aa36a13fd9..e50af38e518167fc354ce8e5d1b85e76e9c17578 100644 |
--- a/chrome/browser/extensions/signin/gaia_auth_extension_loader.cc |
+++ b/chrome/browser/extensions/signin/gaia_auth_extension_loader.cc |
@@ -108,8 +108,8 @@ GaiaAuthExtensionLoader* GaiaAuthExtensionLoader::Get(BrowserContext* context) { |
} |
static base::LazyInstance< |
- BrowserContextKeyedAPIFactory<GaiaAuthExtensionLoader> > g_factory = |
- LAZY_INSTANCE_INITIALIZER; |
+ BrowserContextKeyedAPIFactory<GaiaAuthExtensionLoader>>::DestructorAtExit |
+ g_factory = LAZY_INSTANCE_INITIALIZER; |
// static |
BrowserContextKeyedAPIFactory<GaiaAuthExtensionLoader>* |