| Index: content/test/net/url_request_mock_http_job.h
|
| diff --git a/content/test/net/url_request_mock_http_job.h b/content/test/net/url_request_mock_http_job.h
|
| index d5bbee1d4599a67a250f89ac9b561ead1bab96ea..2c8434c54a5a2306fc1cbe8aad266328d340232e 100644
|
| --- a/content/test/net/url_request_mock_http_job.h
|
| +++ b/content/test/net/url_request_mock_http_job.h
|
| @@ -15,7 +15,9 @@ class FilePath;
|
|
|
| class URLRequestMockHTTPJob : public net::URLRequestFileJob {
|
| public:
|
| - URLRequestMockHTTPJob(net::URLRequest* request, const FilePath& file_path);
|
| + URLRequestMockHTTPJob(net::URLRequest* request,
|
| + net::NetworkDelegate* network_delegate,
|
| + const FilePath& file_path);
|
|
|
| virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
|
| virtual int GetResponseCode() const OVERRIDE;
|
|
|