diff options
Diffstat (limited to 'net/proxy/proxy_config_service_win.h')
-rw-r--r-- | net/proxy/proxy_config_service_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy/proxy_config_service_win.h b/net/proxy/proxy_config_service_win.h index 8ea0330..398e17f 100644 --- a/net/proxy/proxy_config_service_win.h +++ b/net/proxy/proxy_config_service_win.h @@ -40,7 +40,7 @@ namespace net { // implementation details of WinHttpGetIEProxyConfigForCurrentUser() ever // change, or in case we got it wrong (and are not checking all possible // registry dependencies). -class NET_TEST ProxyConfigServiceWin +class NET_EXPORT_PRIVATE ProxyConfigServiceWin : public PollingProxyConfigService, public base::win::ObjectWatcher::Delegate { public: |