Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Unified Diff: content/browser/net/url_request_mock_http_job.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698