summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_content_browser_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/shell_content_browser_client.h')
-rw-r--r--content/shell/shell_content_browser_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h
index 38c63f9..8128137 100644
--- a/content/shell/shell_content_browser_client.h
+++ b/content/shell/shell_content_browser_client.h
@@ -84,7 +84,8 @@ class ShellContentBrowserClient : public ContentBrowserClient
virtual void AllowCertificateError(
SSLCertErrorHandler* handler,
bool overridable,
- Callback2<SSLCertErrorHandler*, bool>::Type* callback) OVERRIDE;
+ const base::Callback<void(SSLCertErrorHandler*, bool)>& callback)
+ OVERRIDE;
virtual void SelectClientCertificate(
int render_process_id,
int render_view_id,