| Index: content/browser/notification_service_impl.h
|
| diff --git a/content/browser/notification_service_impl.h b/content/browser/notification_service_impl.h
|
| index 6704fe43c55e9e136bc0aa1308ca65bc855047fb..8a74c750144836489be6482db44cb5e2a1193f98 100644
|
| --- a/content/browser/notification_service_impl.h
|
| +++ b/content/browser/notification_service_impl.h
|
| @@ -33,7 +33,7 @@ class CONTENT_EXPORT NotificationServiceImpl : public NotificationService {
|
| private:
|
| friend class NotificationRegistrar;
|
|
|
| - typedef ObserverList<NotificationObserver> NotificationObserverList;
|
| + typedef base::ObserverList<NotificationObserver> NotificationObserverList;
|
| typedef std::map<uintptr_t, NotificationObserverList*> NotificationSourceMap;
|
| typedef std::map<int, NotificationSourceMap> NotificationObserverMap;
|
| typedef std::map<int, int> NotificationObserverCount;
|
|
|