| Index: content/child/notifications/notification_manager.h
|
| diff --git a/content/child/notifications/notification_manager.h b/content/child/notifications/notification_manager.h
|
| index 7624198583cad49c5af4f8ce123c4ebcc9d3c59f..21769b5adfffd3703ce746ac487c76a08a9c3913 100644
|
| --- a/content/child/notifications/notification_manager.h
|
| +++ b/content/child/notifications/notification_manager.h
|
| @@ -56,7 +56,7 @@ class NotificationManager : public blink::WebNotificationManager,
|
| virtual void close(blink::WebNotificationDelegate* delegate);
|
| virtual void closePersistent(
|
| const blink::WebSerializedOrigin& origin,
|
| - const blink::WebString& persistent_notification_id);
|
| + int64_t persistent_notification_id);
|
| virtual void notifyDelegateDestroyed(
|
| blink::WebNotificationDelegate* delegate);
|
| virtual blink::WebNotificationPermission checkPermission(
|
|
|