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

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

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 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_slow_download_job.h
diff --git a/content/browser/net/url_request_slow_download_job.h b/content/browser/net/url_request_slow_download_job.h
index cef2adcadff9322a986138da57974994178b6737..284f7578341bcdec6829cdb16737a0f462ac6034 100644
--- a/content/browser/net/url_request_slow_download_job.h
+++ b/content/browser/net/url_request_slow_download_job.h
@@ -13,6 +13,7 @@
#include <vector>
#include "base/task.h"
+#include "content/common/content_export.h"
#include "net/url_request/url_request_job.h"
class URLRequestSlowDownloadJob : public net::URLRequestJob {
@@ -38,7 +39,7 @@ class URLRequestSlowDownloadJob : public net::URLRequestJob {
static const char kFinishDownloadUrl[];
// Adds the testing URLs to the net::URLRequestFilter.
- static void AddUrlHandler();
+ CONTENT_EXPORT static void AddUrlHandler();
private:
virtual ~URLRequestSlowDownloadJob();

Powered by Google App Engine
This is Rietveld 408576698