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

Unified Diff: ui/views/focus/focus_manager.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/views/controls/menu/native_menu_win.h ('k') | ui/views/focus/widget_focus_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/focus/focus_manager.h
diff --git a/ui/views/focus/focus_manager.h b/ui/views/focus/focus_manager.h
index c3e953f7387ecff876ffa4374c70a7552bdeaa0a..4030158ebf923b3d3e04eb4569b512f21125e246 100644
--- a/ui/views/focus/focus_manager.h
+++ b/ui/views/focus/focus_manager.h
@@ -371,7 +371,7 @@ class VIEWS_EXPORT FocusManager {
FocusChangeReason focus_change_reason_;
// The list of registered FocusChange listeners.
- ObserverList<FocusChangeListener, true> focus_change_listeners_;
+ base::ObserverList<FocusChangeListener, true> focus_change_listeners_;
// See description above getter.
bool is_changing_focus_;
« no previous file with comments | « ui/views/controls/menu/native_menu_win.h ('k') | ui/views/focus/widget_focus_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698