Index: net/url_request/url_request_context.h |
=================================================================== |
--- net/url_request/url_request_context.h (revision 95949) |
+++ net/url_request/url_request_context.h (working copy) |
@@ -15,7 +15,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "base/threading/non_thread_safe.h" |
-#include "net/base/net_api.h" |
+#include "net/base/net_export.h" |
#include "net/base/net_log.h" |
#include "net/base/ssl_config_service.h" |
#include "net/base/transport_security_state.h" |
@@ -40,7 +40,7 @@ |
// instances. Note that URLRequestContext typically does not provide storage for |
// these member variables, since they may be shared. For the ones that aren't |
// shared, URLRequestContextStorage can be helpful in defining their storage. |
-class NET_API URLRequestContext |
+class NET_EXPORT URLRequestContext |
: public base::RefCountedThreadSafe<URLRequestContext>, |
NON_EXPORTED_BASE(public base::NonThreadSafe) { |
public: |