| 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 abe1bfeafe9d30bcb63e88b7f9ce75a8de2b19e7..adb2922425058b4df896fb09c0b0c1e8188076b0 100644
|
| --- a/chrome/browser/extensions/api/input_ime/input_ime_api.cc
|
| +++ b/chrome/browser/extensions/api/input_ime/input_ime_api.cc
|
| @@ -776,7 +776,7 @@ g_factory = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| ProfileKeyedAPIFactory<InputImeAPI>* InputImeAPI::GetFactoryInstance() {
|
| - return &g_factory.Get();
|
| + return g_factory.Pointer();
|
| }
|
|
|
| void InputImeAPI::Observe(int type,
|
|
|