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

Unified Diff: net/url_request/url_request_job_tracker.h

Issue 7033036: net: Add NET_API to url_request. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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
« no previous file with comments | « net/url_request/url_request_job_factory.h ('k') | net/url_request/url_request_test_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_job_tracker.h
===================================================================
--- net/url_request/url_request_job_tracker.h (revision 85994)
+++ net/url_request/url_request_job_tracker.h (working copy)
@@ -9,6 +9,7 @@
#include <vector>
#include "base/observer_list.h"
+#include "net/base/net_api.h"
#include "net/url_request/url_request_status.h"
class GURL;
@@ -24,7 +25,7 @@
// onthe same thread where all of the application's URLRequest calls are
// made.
//
-class URLRequestJobTracker {
+class NET_API URLRequestJobTracker {
public:
typedef std::vector<URLRequestJob*> JobList;
typedef JobList::const_iterator JobIterator;
@@ -97,7 +98,7 @@
JobList active_jobs_;
};
-extern URLRequestJobTracker g_url_request_job_tracker;
+NET_API extern URLRequestJobTracker g_url_request_job_tracker;
} // namespace net
« no previous file with comments | « net/url_request/url_request_job_factory.h ('k') | net/url_request/url_request_test_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698