| 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..adadcb8afba8a9cc34324d558f64968e0542f304 100644
|
| --- a/ui/base/ime/mock_input_method.cc
|
| +++ b/ui/base/ime/mock_input_method.cc
|
| @@ -14,6 +14,9 @@ MockInputMethod::MockInputMethod(internal::InputMethodDelegate* delegate)
|
| }
|
|
|
| MockInputMethod::~MockInputMethod() {
|
| + FOR_EACH_OBSERVER(InputMethodObserver,
|
| + observer_list_,
|
| + OnInputMethodDestroyed(this));
|
| }
|
|
|
| void MockInputMethod::SetDelegate(internal::InputMethodDelegate* delegate) {
|
|
|