| 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 a9e49e606594118a03f8fc9989346dcf916a7808..b7db669f2e3712b8e2308742722cce3f53a65f2f 100644
|
| --- a/chrome/browser/extensions/api/input_ime/input_ime_api.cc
|
| +++ b/chrome/browser/extensions/api/input_ime/input_ime_api.cc
|
| @@ -841,7 +841,7 @@ bool KeyEventHandled::RunImpl() {
|
| InputImeAPI::InputImeAPI(Profile* profile)
|
| : profile_(profile) {
|
| ManifestHandler::Register(extension_manifest_keys::kInputComponents,
|
| - new InputComponentsHandler);
|
| + make_linked_ptr(new InputComponentsHandler));
|
|
|
| registrar_.Add(this, chrome::NOTIFICATION_EXTENSION_LOADED,
|
| content::Source<Profile>(profile));
|
|
|