diff options
Diffstat (limited to 'net/proxy/proxy_script_fetcher.h')
-rw-r--r-- | net/proxy/proxy_script_fetcher.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/proxy/proxy_script_fetcher.h b/net/proxy/proxy_script_fetcher.h index d488375..778c6b1 100644 --- a/net/proxy/proxy_script_fetcher.h +++ b/net/proxy/proxy_script_fetcher.h @@ -12,6 +12,7 @@ #include "base/string16.h" #include "net/base/completion_callback.h" +#include "net/base/net_api.h" class GURL; @@ -21,7 +22,7 @@ class URLRequestContext; // Interface for downloading a PAC script. Implementations can enforce // timeouts, maximum size constraints, content encoding, etc.. -class ProxyScriptFetcher { +class NET_TEST ProxyScriptFetcher { public: // Destruction should cancel any outstanding requests. virtual ~ProxyScriptFetcher() {} |