Index: content/browser/renderer_host/resource_dispatcher_host_request_info.cc |
=================================================================== |
--- content/browser/renderer_host/resource_dispatcher_host_request_info.cc (revision 0) |
+++ content/browser/renderer_host/resource_dispatcher_host_request_info.cc (working copy) |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/renderer_host/resource_dispatcher_host_request_info.h" |
+#include "content/browser/renderer_host/resource_dispatcher_host_request_info.h" |
-#include "chrome/browser/renderer_host/resource_handler.h" |
#include "chrome/browser/ssl/ssl_client_auth_handler.h" |
#include "chrome/browser/ui/login/login_prompt.h" |
+#include "content/browser/renderer_host/resource_handler.h" |
#include "webkit/blob/blob_data.h" |
ResourceDispatcherHostRequestInfo::ResourceDispatcherHostRequestInfo( |