summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_v8.h
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 21:23:00 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 21:23:00 +0000
commitf4ffb7a7159a9cc23ca8c634d764865ed208a5f2 (patch)
tree481139baefa1715a50aee942fb7822aea0033e2f /net/proxy/proxy_resolver_v8.h
parentcfc81e114d5fc3de7761537350c4e015ab894700 (diff)
downloadchromium_src-f4ffb7a7159a9cc23ca8c634d764865ed208a5f2.zip
chromium_src-f4ffb7a7159a9cc23ca8c634d764865ed208a5f2.tar.gz
chromium_src-f4ffb7a7159a9cc23ca8c634d764865ed208a5f2.tar.bz2
net: Add net_api to the proxy code.
BUG=76997 TEST=NONE Review URL: http://codereview.chromium.org/7011055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy/proxy_resolver_v8.h')
-rw-r--r--net/proxy/proxy_resolver_v8.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/proxy/proxy_resolver_v8.h b/net/proxy/proxy_resolver_v8.h
index 795944e..e6b5b2f 100644
--- a/net/proxy/proxy_resolver_v8.h
+++ b/net/proxy/proxy_resolver_v8.h
@@ -7,6 +7,7 @@
#pragma once
#include "base/memory/scoped_ptr.h"
+#include "net/base/net_api.h"
#include "net/proxy/proxy_resolver.h"
namespace net {
@@ -31,7 +32,7 @@ class ProxyResolverJSBindings;
// 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 ProxyResolverV8 : public ProxyResolver {
+class NET_TEST ProxyResolverV8 : public ProxyResolver {
public:
// Constructs a ProxyResolverV8 with custom bindings. ProxyResolverV8 takes
// ownership of |custom_js_bindings| and deletes it when ProxyResolverV8