| Index: content/child/notifications/notification_manager.h
 | 
| diff --git a/content/child/notifications/notification_manager.h b/content/child/notifications/notification_manager.h
 | 
| index 32a5e4dd3f0d1fd2617e0c31035d538946d4fd17..738a9918c0f7dacf0e18b39b300015c0abb60df2 100644
 | 
| --- a/content/child/notifications/notification_manager.h
 | 
| +++ b/content/child/notifications/notification_manager.h
 | 
| @@ -55,7 +55,7 @@ class NotificationManager : public blink::WebNotificationManager,
 | 
|    void getNotifications(
 | 
|        const blink::WebString& filter_tag,
 | 
|        blink::WebServiceWorkerRegistration* service_worker_registration,
 | 
| -      blink::WebNotificationGetCallbacks* callbacks) override;
 | 
| +      std::unique_ptr<blink::WebNotificationGetCallbacks> callbacks) override;
 | 
|    void close(blink::WebNotificationDelegate* delegate) override;
 | 
|    void closePersistent(const blink::WebSecurityOrigin& origin,
 | 
|                         const blink::WebString& tag,
 | 
| 
 |