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

Unified Diff: ui/message_center/notification_blocker.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/message_center/message_center_impl.h ('k') | ui/native_theme/native_theme.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification_blocker.h
diff --git a/ui/message_center/notification_blocker.h b/ui/message_center/notification_blocker.h
index 385b9856c722b181161b489645176c80d6f0b444..4bcb36123b54c7d3be0bdb98b81841f29812f458 100644
--- a/ui/message_center/notification_blocker.h
+++ b/ui/message_center/notification_blocker.h
@@ -47,7 +47,7 @@ class MESSAGE_CENTER_EXPORT NotificationBlocker {
void NotifyBlockingStateChanged();
private:
- ObserverList<Observer> observers_;
+ base::ObserverList<Observer> observers_;
MessageCenter* message_center_; // weak
};
« no previous file with comments | « ui/message_center/message_center_impl.h ('k') | ui/native_theme/native_theme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698