| Index: chrome/browser/extensions/api/spellcheck/spellcheck_api.cc
|
| diff --git a/chrome/browser/extensions/api/spellcheck/spellcheck_api.cc b/chrome/browser/extensions/api/spellcheck/spellcheck_api.cc
|
| index 56e4d658614f16da98b049b4e114a2221ad83f7e..517086ec32c840d0f5b1f16786f27ef00885dc73 100644
|
| --- a/chrome/browser/extensions/api/spellcheck/spellcheck_api.cc
|
| +++ b/chrome/browser/extensions/api/spellcheck/spellcheck_api.cc
|
| @@ -46,8 +46,9 @@ SpellcheckAPI::SpellcheckAPI(content::BrowserContext* context)
|
| SpellcheckAPI::~SpellcheckAPI() {
|
| }
|
|
|
| -static base::LazyInstance<BrowserContextKeyedAPIFactory<SpellcheckAPI> >
|
| - g_factory = LAZY_INSTANCE_INITIALIZER;
|
| +static base::LazyInstance<
|
| + BrowserContextKeyedAPIFactory<SpellcheckAPI>>::DestructorAtExit g_factory =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| BrowserContextKeyedAPIFactory<SpellcheckAPI>*
|
|
|