Index: content/browser/net/view_blob_internals_job_factory.h |
diff --git a/content/browser/net/view_blob_internals_job_factory.h b/content/browser/net/view_blob_internals_job_factory.h |
index 71ba830f222df7d3090062337ee8ae15a96377b4..e4c36ebc296f7aba8e7156ff93920deac2f77d57 100644 |
--- a/content/browser/net/view_blob_internals_job_factory.h |
+++ b/content/browser/net/view_blob_internals_job_factory.h |
@@ -6,6 +6,7 @@ |
#define CONTENT_BROWSER_NET_VIEW_BLOB_INTERNALS_JOB_FACTORY_H_ |
namespace net { |
+class NetworkDelegate; |
class URLRequest; |
class URLRequestJob; |
} // namespace net |
@@ -20,6 +21,7 @@ class ViewBlobInternalsJobFactory { |
static bool IsSupportedURL(const GURL& url); |
static net::URLRequestJob* CreateJobForRequest( |
net::URLRequest* request, |
+ net::NetworkDelegate* network_delegate, |
webkit_blob::BlobStorageController* blob_storage_controller); |
}; |