| Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection.cc
|
| diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection.cc b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection.cc
|
| index 88fe91ba818c03a0ba3c148229297716fd61965d..f5cb2fdcf48b2d48df13501be228de56a3bd1293 100644
|
| --- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection.cc
|
| +++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection.cc
|
| @@ -10,8 +10,8 @@
|
| namespace extensions {
|
|
|
| static base::LazyInstance<BrowserContextKeyedAPIFactory<
|
| - ApiResourceManager<EasyUnlockPrivateConnection>>> g_factory =
|
| - LAZY_INSTANCE_INITIALIZER;
|
| + ApiResourceManager<EasyUnlockPrivateConnection>>>::DestructorAtExit
|
| + g_factory = LAZY_INSTANCE_INITIALIZER;
|
|
|
| template <>
|
| BrowserContextKeyedAPIFactory<ApiResourceManager<EasyUnlockPrivateConnection>>*
|
|
|