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

Unified Diff: net/proxy/proxy_resolver_mac.h

Issue 7529017: mac: Components build for net (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_resolver_mac.h
diff --git a/net/proxy/proxy_resolver_mac.h b/net/proxy/proxy_resolver_mac.h
index 5b19a8a177889c14de10a53fb90157c5fb89d802..f3fd8654aa56a9d6ede2b0751320a96aba0086b0 100644
--- a/net/proxy/proxy_resolver_mac.h
+++ b/net/proxy/proxy_resolver_mac.h
@@ -8,6 +8,7 @@
#include "base/compiler_specific.h"
#include "googleurl/src/gurl.h"
+#include "net/base/net_api.h"
#include "net/base/net_errors.h"
#include "net/proxy/proxy_resolver.h"
@@ -15,7 +16,7 @@ namespace net {
// Implementation of ProxyResolver that uses the Mac CFProxySupport to implement
// proxies.
-class ProxyResolverMac : public ProxyResolver {
+class NET_API ProxyResolverMac : public ProxyResolver {
public:
ProxyResolverMac();
virtual ~ProxyResolverMac();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698