| Index: chrome/browser/extensions/api/preference/preference_api.cc
|
| diff --git a/chrome/browser/extensions/api/preference/preference_api.cc b/chrome/browser/extensions/api/preference/preference_api.cc
|
| index 5e7b59182cac829426e55df37c023243e6eb98c6..c2fda14f418dece888d616d120fc4fa5e8339d04 100644
|
| --- a/chrome/browser/extensions/api/preference/preference_api.cc
|
| +++ b/chrome/browser/extensions/api/preference/preference_api.cc
|
| @@ -517,8 +517,9 @@ void PreferenceAPI::Shutdown() {
|
| content_settings_store()->RemoveObserver(this);
|
| }
|
|
|
| -static base::LazyInstance<BrowserContextKeyedAPIFactory<PreferenceAPI> >
|
| - g_factory = LAZY_INSTANCE_INITIALIZER;
|
| +static base::LazyInstance<
|
| + BrowserContextKeyedAPIFactory<PreferenceAPI>>::DestructorAtExit g_factory =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| BrowserContextKeyedAPIFactory<PreferenceAPI>*
|
|
|