| Index: net/proxy/dhcp_proxy_script_fetcher_win.h
|
| ===================================================================
|
| --- net/proxy/dhcp_proxy_script_fetcher_win.h (revision 85994)
|
| +++ net/proxy/dhcp_proxy_script_fetcher_win.h (working copy)
|
| @@ -21,9 +21,9 @@
|
| class URLRequestContext;
|
|
|
| // Windows-specific implementation.
|
| -class DhcpProxyScriptFetcherWin
|
| +class NET_TEST DhcpProxyScriptFetcherWin
|
| : public DhcpProxyScriptFetcher,
|
| - public base::NonThreadSafe {
|
| + NON_EXPORTED_BASE(public base::NonThreadSafe) {
|
| public:
|
| // Creates a DhcpProxyScriptFetcherWin that issues requests through
|
| // |url_request_context|. |url_request_context| must remain valid for
|
|
|