| Index: chrome/browser/notifications/desktop_notification_service.h
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h
|
| index cdb59729167edaf2429f8abc1772f8a09c79bbbf..c2397acca9d5e8834b8ce5bc6b1218e68197ad76 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.h
|
| +++ b/chrome/browser/notifications/desktop_notification_service.h
|
| @@ -83,7 +83,7 @@ class DesktopNotificationService
|
| void ShowDesktopNotification(
|
| const content::ShowDesktopNotificationHostMsgParams& params,
|
| content::RenderFrameHost* render_frame_host,
|
| - content::DesktopNotificationDelegate* delegate,
|
| + scoped_ptr<content::DesktopNotificationDelegate> delegate,
|
| base::Closure* cancel_callback);
|
|
|
| // Creates a data:xxxx URL which contains the full HTML for a notification
|
|
|