| Index: content/browser/notifications/notification_message_filter.cc
|
| diff --git a/content/browser/notifications/notification_message_filter.cc b/content/browser/notifications/notification_message_filter.cc
|
| index 08297505482f79f8e6c3df5c906151f34736c66e..b2fd920eb3b224bd5210624c3a8968c597270194 100644
|
| --- a/content/browser/notifications/notification_message_filter.cc
|
| +++ b/content/browser/notifications/notification_message_filter.cc
|
| @@ -141,7 +141,7 @@ void NotificationMessageFilter::OnShowPlatformNotification(
|
| return;
|
| }
|
|
|
| - scoped_ptr<DesktopNotificationDelegate> delegate(
|
| + std::unique_ptr<DesktopNotificationDelegate> delegate(
|
| new PageNotificationDelegate(process_id_, notification_id));
|
|
|
| PlatformNotificationService* service =
|
|
|