Index: chrome/browser/download/download_throttling_resource_handler.cc |
diff --git a/chrome/browser/download/download_throttling_resource_handler.cc b/chrome/browser/download/download_throttling_resource_handler.cc |
index 403306f2d6eb22990ebc528b22911ca4dc679de4..3478d54e73f83a50d7cc0a69a09eebbe15d07b78 100644 |
--- a/chrome/browser/download/download_throttling_resource_handler.cc |
+++ b/chrome/browser/download/download_throttling_resource_handler.cc |
@@ -5,8 +5,12 @@ |
#include "chrome/browser/download/download_throttling_resource_handler.h" |
#include "base/logging.h" |
+#include "content/browser/download/download_id.h" |
+#include "content/browser/download/download_resource_handler.h" |
#include "content/browser/download/download_stats.h" |
#include "content/browser/renderer_host/resource_dispatcher_host.h" |
+#include "content/browser/renderer_host/resource_dispatcher_host_request_info.h" |
+#include "content/browser/resource_context.h" |
#include "content/common/resource_response.h" |
#include "net/base/io_buffer.h" |
#include "net/base/mime_sniffer.h" |