Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index 1885fe224d56f7333f3b8dcda72a9641ec586747..23ea93765f8faa3b1750b26d06aaad0da2533a23 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -16,6 +16,7 @@ |
#include "base/memory/scoped_vector.h" |
#include "base/values.h" |
#include "content/public/browser/certificate_request_result_type.h" |
+#include "content/public/browser/desktop_notification_delegate.h" |
#include "content/public/common/content_client.h" |
#include "content/public/common/resource_type.h" |
#include "content/public/common/socket_permission_request.h" |
@@ -437,7 +438,7 @@ class CONTENT_EXPORT ContentBrowserClient { |
virtual void ShowDesktopNotification( |
const ShowDesktopNotificationHostMsgParams& params, |
RenderFrameHost* render_frame_host, |
- DesktopNotificationDelegate* delegate, |
+ scoped_ptr<DesktopNotificationDelegate> delegate, |
base::Closure* cancel_callback) {} |
// The renderer is requesting permission to use Geolocation. When the answer |