summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_service_win.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_config_service_win.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_config_service_win.h')
-rw-r--r--net/proxy/proxy_config_service_win.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/proxy/proxy_config_service_win.h b/net/proxy/proxy_config_service_win.h
index dc1da12..dd21dbe 100644
--- a/net/proxy/proxy_config_service_win.h
+++ b/net/proxy/proxy_config_service_win.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -39,8 +39,9 @@ namespace net {
// implementation details of WinHttpGetIEProxyConfigForCurrentUser() ever
// change, or in case we got it wrong (and are not checking all possible
// registry dependencies).
-class ProxyConfigServiceWin : public PollingProxyConfigService,
- public base::win::ObjectWatcher::Delegate {
+class NET_TEST ProxyConfigServiceWin
+ : public PollingProxyConfigService,
+ public base::win::ObjectWatcher::Delegate {
public:
ProxyConfigServiceWin();
virtual ~ProxyConfigServiceWin();