| Index: content/shell/browser/layout_test/layout_test_notification_manager.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.cc b/content/shell/browser/layout_test/layout_test_notification_manager.cc
|
| index 1ddb3a4fe4f6a9b0ef09fe6a7eac4b4ddc02aa99..7a5ee2beaaeb181c1c071735b437c7708e44a5f5 100644
|
| --- a/content/shell/browser/layout_test/layout_test_notification_manager.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_notification_manager.cc
|
| @@ -50,7 +50,7 @@ void LayoutTestNotificationManager::DisplayNotification(
|
| const GURL& origin,
|
| const PlatformNotificationData& notification_data,
|
| const NotificationResources& notification_resources,
|
| - scoped_ptr<DesktopNotificationDelegate> delegate,
|
| + std::unique_ptr<DesktopNotificationDelegate> delegate,
|
| base::Closure* cancel_callback) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
| std::string title = base::UTF16ToUTF8(notification_data.title);
|
|
|