Index: net/proxy/proxy_resolver_v8.h |
=================================================================== |
--- net/proxy/proxy_resolver_v8.h (revision 95949) |
+++ net/proxy/proxy_resolver_v8.h (working copy) |
@@ -8,7 +8,7 @@ |
#include "base/compiler_specific.h" |
#include "base/memory/scoped_ptr.h" |
-#include "net/base/net_api.h" |
+#include "net/base/net_export.h" |
#include "net/proxy/proxy_resolver.h" |
namespace net { |
@@ -33,7 +33,7 @@ |
// This is the case with the V8 instance used by chromium's renderer -- it runs |
// on a different thread from ProxyResolver (renderer thread vs PAC thread), |
// and does not use locking since it expects to be alone. |
-class NET_TEST ProxyResolverV8 : public ProxyResolver { |
+class NET_EXPORT_PRIVATE ProxyResolverV8 : public ProxyResolver { |
public: |
// Constructs a ProxyResolverV8 with custom bindings. ProxyResolverV8 takes |
// ownership of |custom_js_bindings| and deletes it when ProxyResolverV8 |