| Index: content/browser/notifications/notification_event_dispatcher_impl.cc
|
| diff --git a/content/browser/notifications/notification_event_dispatcher_impl.cc b/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| index 204fea21ae61b7dbf875f1d638151438882572ef..67c489563e4d789bdca838a56954bff2bd1579db 100644
|
| --- a/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| +++ b/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| @@ -177,7 +177,7 @@ NotificationEventDispatcher* NotificationEventDispatcher::GetInstance() {
|
| NotificationEventDispatcherImpl*
|
| NotificationEventDispatcherImpl::GetInstance() {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| - return Singleton<NotificationEventDispatcherImpl>::get();
|
| + return base::Singleton<NotificationEventDispatcherImpl>::get();
|
| }
|
|
|
| NotificationEventDispatcherImpl::NotificationEventDispatcherImpl() {}
|
|
|