| Index: content/browser/renderer_host/redirect_to_file_resource_handler.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/redirect_to_file_resource_handler.cc (revision 0)
|
| +++ content/browser/renderer_host/redirect_to_file_resource_handler.cc (working copy)
|
| @@ -2,15 +2,15 @@
|
| // 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/redirect_to_file_resource_handler.h"
|
| +#include "content/browser/renderer_host/redirect_to_file_resource_handler.h"
|
|
|
| #include "base/file_util.h"
|
| #include "base/file_util_proxy.h"
|
| #include "base/logging.h"
|
| #include "base/platform_file.h"
|
| #include "base/task.h"
|
| -#include "chrome/browser/renderer_host/resource_dispatcher_host.h"
|
| #include "chrome/common/resource_response.h"
|
| +#include "content/browser/renderer_host/resource_dispatcher_host.h"
|
| #include "net/base/file_stream.h"
|
| #include "net/base/io_buffer.h"
|
| #include "net/base/mime_sniffer.h"
|
|
|