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

Unified Diff: net/url_request/url_request_job_manager.h

Issue 12988003: [Android] Fix remaining linker errors for components build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/base/openssl_client_key_store.h ('k') | sync/internal_api/public/base/model_type.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_manager.h
diff --git a/net/url_request/url_request_job_manager.h b/net/url_request/url_request_job_manager.h
index ea441bea316542dc6422e614f35b771aabe65a53..273cd4aefc936f326b8fc47877763df4bafd9a9b 100644
--- a/net/url_request/url_request_job_manager.h
+++ b/net/url_request/url_request_job_manager.h
@@ -11,6 +11,7 @@
#include "base/synchronization/lock.h"
#include "base/threading/platform_thread.h"
+#include "net/base/net_export.h"
#include "net/url_request/url_request.h"
template <typename T> struct DefaultSingletonTraits;
@@ -28,7 +29,7 @@ namespace net {
// However, we do support checking for supported schemes FROM ANY THREAD
// (i.e., it is safe to call SupportsScheme on any thread).
//
-class URLRequestJobManager {
+class NET_EXPORT URLRequestJobManager {
Ryan Sleevi 2013/03/27 19:06:21 Where is this being used? I'm a little nervous ab
Yaron 2013/03/27 19:10:17 To be honest I didn't investigate too closely. Loo
public:
// Returns the singleton instance.
static URLRequestJobManager* GetInstance();
« no previous file with comments | « net/base/openssl_client_key_store.h ('k') | sync/internal_api/public/base/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698