| Index: chrome/browser/renderer_host/x509_user_cert_resource_handler.h
|
| diff --git a/chrome/browser/renderer_host/x509_user_cert_resource_handler.h b/chrome/browser/renderer_host/x509_user_cert_resource_handler.h
|
| index 8ae25f83613de61ab76f53f8731b360b2453a4f7..1c20cce97a29f115a8bbc26acd81df8ff3484f69 100644
|
| --- a/chrome/browser/renderer_host/x509_user_cert_resource_handler.h
|
| +++ b/chrome/browser/renderer_host/x509_user_cert_resource_handler.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -14,10 +14,10 @@
|
|
|
| namespace net {
|
| class URLRequest;
|
| +class URLRequestStatus;
|
| } // namespace net
|
|
|
| class ResourceDispatcherHost;
|
| -class URLRequestStatus;
|
| struct DownloadBuffer;
|
|
|
| // This class handles the "application/x-x509-user-cert" mime-type
|
| @@ -51,7 +51,7 @@ class X509UserCertResourceHandler : public ResourceHandler {
|
|
|
| // Done downloading the certificate.
|
| virtual bool OnResponseCompleted(int request_id,
|
| - const URLRequestStatus& urs,
|
| + const net::URLRequestStatus& urs,
|
| const std::string& sec_info);
|
|
|
| virtual void OnRequestClosed();
|
|
|