| Index: chrome/browser/automation/url_request_mock_http_job.h
|
| diff --git a/chrome/browser/automation/url_request_mock_http_job.h b/chrome/browser/automation/url_request_mock_http_job.h
|
| index 2f34397424b00b07d9c14046761e0c40b642d053..2772f1b11d87ed38c2051daa1ece77a4648316af 100644
|
| --- a/chrome/browser/automation/url_request_mock_http_job.h
|
| +++ b/chrome/browser/automation/url_request_mock_http_job.h
|
| @@ -11,7 +11,7 @@
|
|
|
| class URLRequestMockHTTPJob : public URLRequestFileJob {
|
| public:
|
| - URLRequestMockHTTPJob(URLRequest* request);
|
| + URLRequestMockHTTPJob(URLRequest* request, const FilePath& file_path);
|
| virtual ~URLRequestMockHTTPJob() { }
|
|
|
| virtual bool GetMimeType(std::string* mime_type);
|
|
|