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

Unified Diff: content/common/url_fetcher.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/common/url_fetcher.h
diff --git a/content/common/url_fetcher.h b/content/common/url_fetcher.h
index b3cee3b9238356c2eb02eee577c9946370ba41f6..16e97436ea35b9e9e19139a14fb473f37583e36c 100644
--- a/content/common/url_fetcher.h
+++ b/content/common/url_fetcher.h
@@ -22,6 +22,7 @@
#include "base/message_loop.h"
#include "base/platform_file.h"
#include "base/time.h"
+#include "content/common/content_export.h"
class FilePath;
class GURL;
@@ -68,7 +69,7 @@ typedef std::vector<std::string> ResponseCookies;
// NOTE: By default URLFetcher requests are NOT intercepted, except when
// interception is explicitly enabled in tests.
-class URLFetcher {
+class CONTENT_EXPORT URLFetcher {
public:
enum RequestType {
GET,
@@ -80,7 +81,7 @@ class URLFetcher {
// was received.
static const int kInvalidHttpResponseCode;
- class Delegate {
+ class CONTENT_EXPORT Delegate {
public:
// TODO(skerner): This will be removed in favor of the |source|-only
// version below. Leaving this for now to make the initial code review

Powered by Google App Engine
This is Rietveld 408576698