| Index: content/test/net/url_request_slow_http_job.h
|
| diff --git a/content/test/net/url_request_slow_http_job.h b/content/test/net/url_request_slow_http_job.h
|
| index 27265a76305ccbfa73f39401c127530f02fc66bc..cbb2d7ee3ed18958f1d9078a2e99c1260617167a 100644
|
| --- a/content/test/net/url_request_slow_http_job.h
|
| +++ b/content/test/net/url_request_slow_http_job.h
|
| @@ -12,7 +12,9 @@
|
|
|
| class URLRequestSlowHTTPJob : public URLRequestMockHTTPJob {
|
| public:
|
| - URLRequestSlowHTTPJob(net::URLRequest* request, const FilePath& file_path);
|
| + URLRequestSlowHTTPJob(net::URLRequest* request,
|
| + net::NetworkDelegate* network_delegate,
|
| + const FilePath& file_path);
|
|
|
| static const int kDelayMs;
|
|
|
|
|