| Index: content/browser/net/url_request_mock_http_job.h
|
| diff --git a/content/browser/net/url_request_mock_http_job.h b/content/browser/net/url_request_mock_http_job.h
|
| index 8c6b5fbfa13de4b53d789957ebbfa390f390c6cf..3e609974eb8f730ed35ada66e065c6199ec1df6d 100644
|
| --- a/content/browser/net/url_request_mock_http_job.h
|
| +++ b/content/browser/net/url_request_mock_http_job.h
|
| @@ -10,11 +10,12 @@
|
|
|
| #include <string>
|
|
|
| +#include "content/common/content_export.h"
|
| #include "net/url_request/url_request_file_job.h"
|
|
|
| class FilePath;
|
|
|
| -class URLRequestMockHTTPJob : public net::URLRequestFileJob {
|
| +class CONTENT_EXPORT URLRequestMockHTTPJob : public net::URLRequestFileJob {
|
| public:
|
| URLRequestMockHTTPJob(net::URLRequest* request, const FilePath& file_path);
|
|
|
|
|