| Index: ui/base/ime/mock_input_method.cc
|
| diff --git a/ui/base/ime/mock_input_method.cc b/ui/base/ime/mock_input_method.cc
|
| index 1ea12039484fb3edd0a8b7c181d7d6918876f9d2..340c0d6da6056c28fb80dbbadfb66f3fd1554bfa 100644
|
| --- a/ui/base/ime/mock_input_method.cc
|
| +++ b/ui/base/ime/mock_input_method.cc
|
| @@ -14,6 +14,8 @@ MockInputMethod::MockInputMethod(internal::InputMethodDelegate* delegate)
|
| }
|
|
|
| MockInputMethod::~MockInputMethod() {
|
| + FOR_EACH_OBSERVER(InputMethodObserver, observer_list_,
|
| + OnInputMethodDestroyed(this));
|
| }
|
|
|
| void MockInputMethod::SetDelegate(internal::InputMethodDelegate* delegate) {
|
|
|