diff options
Diffstat (limited to 'content/browser/renderer_host/resource_dispatcher_host_request_info.cc')
| -rw-r--r-- | content/browser/renderer_host/resource_dispatcher_host_request_info.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/resource_dispatcher_host_request_info.cc b/content/browser/renderer_host/resource_dispatcher_host_request_info.cc index b1edd29..ec5211d 100644 --- a/content/browser/renderer_host/resource_dispatcher_host_request_info.cc +++ b/content/browser/renderer_host/resource_dispatcher_host_request_info.cc @@ -4,9 +4,9 @@ #include "content/browser/renderer_host/resource_dispatcher_host_request_info.h" -#include "chrome/browser/ssl/ssl_client_auth_handler.h" #include "content/browser/renderer_host/resource_dispatcher_host_login_delegate.h" #include "content/browser/renderer_host/resource_handler.h" +#include "content/browser/ssl/ssl_client_auth_handler.h" #include "webkit/blob/blob_data.h" ResourceDispatcherHostRequestInfo::ResourceDispatcherHostRequestInfo( |
