| Index: ui/chromeos/ime/candidate_window_view.h
|
| diff --git a/ui/chromeos/ime/candidate_window_view.h b/ui/chromeos/ime/candidate_window_view.h
|
| index e4846fe47767998e850b5b52fd0d5ca9727b515a..6861e1bfdb3a8ffbe8f2fd1383c0b84ff4c4b8ef 100644
|
| --- a/ui/chromeos/ime/candidate_window_view.h
|
| +++ b/ui/chromeos/ime/candidate_window_view.h
|
| @@ -93,7 +93,7 @@ class UI_CHROMEOS_EXPORT CandidateWindowView : public views::BubbleDelegateView,
|
| int selected_candidate_index_in_page_;
|
|
|
| // The observers of the object.
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
|
|
| // Views created in the class will be part of tree of |this|, so these
|
| // child views will be deleted when |this| is deleted.
|
|
|