Chromium Code Reviews| Index: content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_unittest.cc b/content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
| index bba3d9ec8d2853d5a4a0d47450f05999c9ac2177..f63eee3c37471d65fead5abf5c7be8fd95b34766 100644 |
| --- a/content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
| +++ b/content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
| @@ -14,6 +14,7 @@ |
| #include "content/browser/child_process_security_policy.h" |
| #include "content/browser/download/download_id.h" |
| #include "content/browser/download/download_id_factory.h" |
| +#include "content/browser/download/download_manager.h" |
|
Randy Smith (Not in Mondays)
2011/11/22 17:37:49
Remind me why this is needed?
ahendrickson
2011/11/22 23:46:44
It can be replaced with a forward declaration of D
|
| #include "content/browser/mock_resource_context.h" |
| #include "content/browser/renderer_host/dummy_resource_handler.h" |
| #include "content/browser/renderer_host/global_request_id.h" |