| Index: chrome/browser/ssl/ssl_error_handler.h
 | 
| diff --git a/chrome/browser/ssl/ssl_error_handler.h b/chrome/browser/ssl/ssl_error_handler.h
 | 
| index 383a9f81c9032135e29321ab7e28e6d2a847d64c..104e9b58e63f17e1af77fcf41ca95684c7a28877 100644
 | 
| --- a/chrome/browser/ssl/ssl_error_handler.h
 | 
| +++ b/chrome/browser/ssl/ssl_error_handler.h
 | 
| @@ -18,7 +18,10 @@
 | 
|  class ResourceDispatcherHost;
 | 
|  class SSLCertErrorHandler;
 | 
|  class TabContents;
 | 
| +
 | 
| +namespace net {
 | 
|  class URLRequest;
 | 
| +}  // namespace net
 | 
|  
 | 
|  // An SSLErrorHandler carries information from the IO thread to the UI thread
 | 
|  // and is dispatched to the appropriate SSLManager when it arrives on the
 | 
| @@ -88,7 +91,7 @@ class SSLErrorHandler : public base::RefCountedThreadSafe<SSLErrorHandler> {
 | 
|  
 | 
|    // Construct on the IO thread.
 | 
|    SSLErrorHandler(ResourceDispatcherHost* resource_dispatcher_host,
 | 
| -                  URLRequest* request,
 | 
| +                  net::URLRequest* request,
 | 
|                    ResourceType::Type resource_type,
 | 
|                    const std::string& frame_origin,
 | 
|                    const std::string& main_frame_origin);
 | 
| 
 |