Index: content/browser/net/url_request_slow_http_job.h |
diff --git a/content/browser/net/url_request_slow_http_job.h b/content/browser/net/url_request_slow_http_job.h |
index cc0458b21f25c3b221f847e265700c2e0573dbd4..d5218f3a5be17e8c2e1de14671470aae10c90847 100644 |
--- a/content/browser/net/url_request_slow_http_job.h |
+++ b/content/browser/net/url_request_slow_http_job.h |
@@ -9,6 +9,7 @@ |
#pragma once |
#include "base/timer.h" |
+#include "content/common/content_export.h" |
darin (slow to review)
2011/09/04 15:41:04
nit: "browser" before "common"
Dirk Pranke
2011/09/07 01:46:07
Done.
|
#include "content/browser/net/url_request_mock_http_job.h" |
class URLRequestSlowHTTPJob : public URLRequestMockHTTPJob { |
@@ -20,7 +21,7 @@ class URLRequestSlowHTTPJob : public URLRequestMockHTTPJob { |
static net::URLRequest::ProtocolFactory Factory; |
// Adds the testing URLs to the net::URLRequestFilter. |
- static void AddUrlHandler(const FilePath& base_path); |
+ CONTENT_EXPORT static void AddUrlHandler(const FilePath& base_path); |
// Given the path to a file relative to base_path_, construct a mock URL. |
static GURL GetMockUrl(const FilePath& path); |