| Index: content/shell/browser/layout_test/layout_test_notification_manager.h
 | 
| diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.h b/content/shell/browser/layout_test/layout_test_notification_manager.h
 | 
| index 786bf007a493d6813a4f9a4add6c3b6a842741ee..de6362b5cb7fc665d5524564a0076d2fd4409945 100644
 | 
| --- a/content/shell/browser/layout_test/layout_test_notification_manager.h
 | 
| +++ b/content/shell/browser/layout_test/layout_test_notification_manager.h
 | 
| @@ -47,12 +47,13 @@ class LayoutTestNotificationManager : public PlatformNotificationService {
 | 
|        ResourceContext* resource_context,
 | 
|        const GURL& origin,
 | 
|        int render_process_id) override;
 | 
| -  void DisplayNotification(BrowserContext* browser_context,
 | 
| -                           const GURL& origin,
 | 
| -                           const PlatformNotificationData& notification_data,
 | 
| -                           const NotificationResources& notification_resources,
 | 
| -                           scoped_ptr<DesktopNotificationDelegate> delegate,
 | 
| -                           base::Closure* cancel_callback) override;
 | 
| +  void DisplayNotification(
 | 
| +      BrowserContext* browser_context,
 | 
| +      const GURL& origin,
 | 
| +      const PlatformNotificationData& notification_data,
 | 
| +      const NotificationResources& notification_resources,
 | 
| +      std::unique_ptr<DesktopNotificationDelegate> delegate,
 | 
| +      base::Closure* cancel_callback) override;
 | 
|    void DisplayPersistentNotification(
 | 
|        BrowserContext* browser_context,
 | 
|        int64_t persistent_notification_id,
 | 
| 
 |