Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(717)

Unified Diff: ui/chromeos/ime/candidate_window_view.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/user_activity/user_activity_detector.h ('k') | ui/chromeos/ime/input_method_menu_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/base/user_activity/user_activity_detector.h ('k') | ui/chromeos/ime/input_method_menu_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698