Index: net/proxy/polling_proxy_config_service.h |
=================================================================== |
--- net/proxy/polling_proxy_config_service.h (revision 95949) |
+++ net/proxy/polling_proxy_config_service.h (working copy) |
@@ -18,7 +18,7 @@ |
// |
// It runs code to get the current proxy settings on a background worker |
// thread, and notifies registered observers when the value changes. |
-class NET_TEST PollingProxyConfigService : public ProxyConfigService { |
+class NET_EXPORT_PRIVATE PollingProxyConfigService : public ProxyConfigService { |
public: |
// ProxyConfigService implementation: |
virtual void AddObserver(Observer* observer) OVERRIDE; |