summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resource_dispatcher_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resource_dispatcher_host.h')
-rw-r--r--chrome/browser/resource_dispatcher_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resource_dispatcher_host.h b/chrome/browser/resource_dispatcher_host.h
index 9614e08..a9099a9 100644
--- a/chrome/browser/resource_dispatcher_host.h
+++ b/chrome/browser/resource_dispatcher_host.h
@@ -350,7 +350,7 @@ class ResourceDispatcherHost : public URLRequest::Delegate {
net::AuthChallengeInfo* auth_info);
virtual void OnSSLCertificateError(URLRequest* request,
int cert_error,
- X509Certificate* cert);
+ net::X509Certificate* cert);
virtual void OnResponseStarted(URLRequest* request);
virtual void OnReadCompleted(URLRequest* request, int bytes_read);
void OnResponseCompleted(URLRequest* request);