| Index: content/browser/loader/buffered_resource_handler.cc
|
| ===================================================================
|
| --- content/browser/loader/buffered_resource_handler.cc (working copy)
|
| +++ content/browser/loader/buffered_resource_handler.cc (working copy)
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/renderer_host/buffered_resource_handler.h"
|
| +#include "content/browser/loader/buffered_resource_handler.h"
|
|
|
| #include <vector>
|
|
|
| @@ -12,10 +12,10 @@
|
| #include "base/string_util.h"
|
| #include "content/browser/download/download_resource_handler.h"
|
| #include "content/browser/download/download_stats.h"
|
| +#include "content/browser/loader/resource_dispatcher_host_impl.h"
|
| +#include "content/browser/loader/resource_request_info_impl.h"
|
| +#include "content/browser/loader/x509_user_cert_resource_handler.h"
|
| #include "content/browser/plugin_service_impl.h"
|
| -#include "content/browser/renderer_host/resource_dispatcher_host_impl.h"
|
| -#include "content/browser/renderer_host/resource_request_info_impl.h"
|
| -#include "content/browser/renderer_host/x509_user_cert_resource_handler.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| #include "content/public/browser/download_save_info.h"
|
|
|