| Index: chrome/browser/extensions/api/input_ime/input_ime_api.cc
|
| diff --git a/chrome/browser/extensions/api/input_ime/input_ime_api.cc b/chrome/browser/extensions/api/input_ime/input_ime_api.cc
|
| index 0a78eb6254f830f7cf5b34930f7f597e865423d0..712584d1949423ab48a904df8343e5fe96ea60a4 100644
|
| --- a/chrome/browser/extensions/api/input_ime/input_ime_api.cc
|
| +++ b/chrome/browser/extensions/api/input_ime/input_ime_api.cc
|
| @@ -421,8 +421,9 @@ InputImeAPI::~InputImeAPI() {
|
| registrar_.RemoveAll();
|
| }
|
|
|
| -static base::LazyInstance<BrowserContextKeyedAPIFactory<InputImeAPI> >
|
| - g_factory = LAZY_INSTANCE_INITIALIZER;
|
| +static base::LazyInstance<
|
| + BrowserContextKeyedAPIFactory<InputImeAPI>>::DestructorAtExit g_factory =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| BrowserContextKeyedAPIFactory<InputImeAPI>* InputImeAPI::GetFactoryInstance() {
|
|
|