| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 48a36d5ea9344fc796ff1ac54e90c39395946804..39b645c9048b5105f20d11963532b94cb7dbc290 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -198,7 +198,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| virtual void ShowDesktopNotification(
|
| const content::ShowDesktopNotificationHostMsgParams& params,
|
| content::RenderFrameHost* render_frame_host,
|
| - content::DesktopNotificationDelegate* delegate,
|
| + scoped_ptr<content::DesktopNotificationDelegate> delegate,
|
| base::Closure* cancel_callback) OVERRIDE;
|
| virtual void RequestGeolocationPermission(
|
| content::WebContents* web_contents,
|
|
|