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

Unified Diff: ui/message_center/message_center_impl.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/keyboard/keyboard_controller.h ('k') | ui/message_center/notification_blocker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center_impl.h
diff --git a/ui/message_center/message_center_impl.h b/ui/message_center/message_center_impl.h
index d84e51471e0beeb663cdb9b07cafab400ca986f3..272ea2cf8c315e32f8176a376cac4b9b9371e097 100644
--- a/ui/message_center/message_center_impl.h
+++ b/ui/message_center/message_center_impl.h
@@ -215,7 +215,7 @@ class MessageCenterImpl : public MessageCenter,
scoped_ptr<NotificationList> notification_list_;
NotificationCache notification_cache_;
- ObserverList<MessageCenterObserver> observer_list_;
+ base::ObserverList<MessageCenterObserver> observer_list_;
scoped_ptr<internal::PopupTimersController> popup_timers_controller_;
scoped_ptr<base::OneShotTimer<MessageCenterImpl> > quiet_mode_timer_;
NotifierSettingsProvider* settings_provider_;
« no previous file with comments | « ui/keyboard/keyboard_controller.h ('k') | ui/message_center/notification_blocker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698