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

Unified Diff: content/common/net/url_fetcher.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/common/net/url_fetcher.h
diff --git a/content/common/net/url_fetcher.h b/content/common/net/url_fetcher.h
index 00ff56f8f156e01ac3dd524ade7bf9514f91da66..0d73d64204e6995792acc49bf48318f70575acbf 100644
--- a/content/common/net/url_fetcher.h
+++ b/content/common/net/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