Index: content/browser/download/download_resource_handler.h |
diff --git a/content/browser/download/download_resource_handler.h b/content/browser/download/download_resource_handler.h |
index 016756c58ad68c336a0055f310e8f0db903b5f23..07cfd1385eb866b701216b41d2f4ee0dff994c15 100644 |
--- a/content/browser/download/download_resource_handler.h |
+++ b/content/browser/download/download_resource_handler.h |
@@ -13,6 +13,7 @@ |
#include "base/timer.h" |
#include "content/browser/download/download_file.h" |
#include "content/browser/download/download_id.h" |
+#include "content/browser/download/download_types.h" |
Randy Smith (Not in Mondays)
2011/11/10 21:58:43
I wouldn't think you'd need this include in both .
ahendrickson
2011/11/13 00:50:21
Need it in the header file, as we're declaring a D
|
#include "content/browser/renderer_host/global_request_id.h" |
#include "content/browser/renderer_host/resource_handler.h" |