| Index: content/browser/renderer_host/resource_dispatcher_host.cc
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host.cc b/content/browser/renderer_host/resource_dispatcher_host.cc
|
| index 184a54a87849c6a61b22bf377da3738a97aeb4d4..2f23e366b04a50f3f17d5f1e57c680b4ca2a4c6d 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host.cc
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host.cc
|
| @@ -24,7 +24,6 @@
|
| #include "content/browser/cert_store.h"
|
| #include "content/browser/child_process_security_policy.h"
|
| #include "content/browser/chrome_blob_storage_context.h"
|
| -#include "content/browser/content_browser_client.h"
|
| #include "content/browser/cross_site_request_manager.h"
|
| #include "content/browser/download/download_file_manager.h"
|
| #include "content/browser/download/download_manager.h"
|
| @@ -55,6 +54,7 @@
|
| #include "content/common/notification_service.h"
|
| #include "content/common/resource_messages.h"
|
| #include "content/common/view_messages.h"
|
| +#include "content/public/browser/content_browser_client.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/url_constants.h"
|
| #include "net/base/auth.h"
|
|
|