summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_content_browser_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/shell_content_browser_client.cc')
-rw-r--r--content/shell/shell_content_browser_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc
index d98d292..3028b48 100644
--- a/content/shell/shell_content_browser_client.cc
+++ b/content/shell/shell_content_browser_client.cc
@@ -156,7 +156,7 @@ void ShellContentBrowserClient::ShowItemInFolder(const FilePath& path) {
void ShellContentBrowserClient::AllowCertificateError(
SSLCertErrorHandler* handler,
bool overridable,
- Callback2<SSLCertErrorHandler*, bool>::Type* callback) {
+ const base::Callback<void(SSLCertErrorHandler*, bool)>& callback) {
}
void ShellContentBrowserClient::SelectClientCertificate(