Index: content/test/net/url_request_slow_download_job.h |
diff --git a/content/test/net/url_request_slow_download_job.h b/content/test/net/url_request_slow_download_job.h |
index fe5489ebdba000edb90a7f1cafb0e3f6fbb74f88..bc7c1ea89bf440be3ef34d2d34c780d68fb61831 100644 |
--- a/content/test/net/url_request_slow_download_job.h |
+++ b/content/test/net/url_request_slow_download_job.h |
@@ -40,6 +40,7 @@ class URLRequestSlowDownloadJob : public net::URLRequestJob { |
int *bytes_read) OVERRIDE; |
static net::URLRequestJob* Factory(net::URLRequest* request, |
+ net::NetworkDelegate* network_delegate, |
const std::string& scheme); |
// Returns the current number of URLRequestSlowDownloadJobs that have |
@@ -50,7 +51,8 @@ class URLRequestSlowDownloadJob : public net::URLRequestJob { |
static void AddUrlHandler(); |
private: |
- explicit URLRequestSlowDownloadJob(net::URLRequest* request); |
+ URLRequestSlowDownloadJob(net::URLRequest* request, |
+ net::NetworkDelegate* network_delegate); |
virtual ~URLRequestSlowDownloadJob(); |
// Enum indicating where we are in the read after a call to |