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 |
}; |