Index: ui/base/ime/remote_input_method_win.cc |
diff --git a/ui/base/ime/remote_input_method_win.cc b/ui/base/ime/remote_input_method_win.cc |
index b921382aa8c2b06c217274a56d0e5196fe32b2f1..dfa862b2b98772fec18d9cbd26a7b28b2edcc007 100644 |
--- a/ui/base/ime/remote_input_method_win.cc |
+++ b/ui/base/ime/remote_input_method_win.cc |
@@ -346,7 +346,7 @@ class RemoteInputMethodWin : public InputMethod, |
remote_delegate_; |
} |
- ObserverList<InputMethodObserver> observer_list_; |
+ base::ObserverList<InputMethodObserver> observer_list_; |
internal::InputMethodDelegate* delegate_; |
internal::RemoteInputMethodDelegateWin* remote_delegate_; |