Index: content/browser/frame_host/render_frame_message_filter.h |
diff --git a/content/browser/frame_host/render_frame_message_filter.h b/content/browser/frame_host/render_frame_message_filter.h |
index 05500b42668bfb644f4756dea2c6a24b0a1f70e7..3f49cc40b6d9749c7e54478362c7f92e7845c516 100644 |
--- a/content/browser/frame_host/render_frame_message_filter.h |
+++ b/content/browser/frame_host/render_frame_message_filter.h |
@@ -96,7 +96,7 @@ class CONTENT_EXPORT RenderFrameMessageFilter |
void CheckPolicyForCookies(int render_frame_id, |
const GURL& url, |
const GURL& first_party_for_cookies, |
- const GetCookiesCallback& callback, |
+ GetCookiesCallback callback, |
const net::CookieList& cookie_list); |
void OnDownloadUrl(const FrameHostMsg_DownloadUrl_Params& params); |
@@ -120,8 +120,7 @@ class CONTENT_EXPORT RenderFrameMessageFilter |
void GetCookies(int render_frame_id, |
const GURL& url, |
const GURL& first_party_for_cookies, |
- const GetCookiesCallback& callback) override; |
- |
+ GetCookiesCallback callback) override; |
#if BUILDFLAG(ENABLE_PLUGINS) |
void OnGetPlugins(bool refresh, |