summaryrefslogtreecommitdiffstats
path: root/net/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy')
-rw-r--r--net/proxy/proxy_config_service_common_unittest.h2
-rw-r--r--net/proxy/proxy_info.h4
-rw-r--r--net/proxy/proxy_resolver_js_bindings.h2
-rw-r--r--net/proxy/proxy_resolver_v8.h5
4 files changed, 2 insertions, 11 deletions
diff --git a/net/proxy/proxy_config_service_common_unittest.h b/net/proxy/proxy_config_service_common_unittest.h
index 2a10489..d6b40cd 100644
--- a/net/proxy/proxy_config_service_common_unittest.h
+++ b/net/proxy/proxy_config_service_common_unittest.h
@@ -14,8 +14,6 @@
namespace net {
-class ProxyBypassRules;
-
// This structure contains our expectations on what values the ProxyRules
// should have.
struct ProxyRulesExpectation {
diff --git a/net/proxy/proxy_info.h b/net/proxy/proxy_info.h
index 8d799e2..69c87c8 100644
--- a/net/proxy/proxy_info.h
+++ b/net/proxy/proxy_info.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
@@ -13,8 +13,6 @@
#include "net/proxy/proxy_retry_info.h"
#include "net/proxy/proxy_server.h"
-class GURL;
-
namespace net {
// This object holds proxy information returned by ResolveProxy.
diff --git a/net/proxy/proxy_resolver_js_bindings.h b/net/proxy/proxy_resolver_js_bindings.h
index e69109b..e3939c38 100644
--- a/net/proxy/proxy_resolver_js_bindings.h
+++ b/net/proxy/proxy_resolver_js_bindings.h
@@ -10,8 +10,6 @@
#include "base/string16.h"
-class MessageLoop;
-
namespace net {
class HostResolver;
diff --git a/net/proxy/proxy_resolver_v8.h b/net/proxy/proxy_resolver_v8.h
index 70a31c2..7345f45 100644
--- a/net/proxy/proxy_resolver_v8.h
+++ b/net/proxy/proxy_resolver_v8.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
@@ -9,11 +9,8 @@
#include "base/scoped_ptr.h"
#include "net/proxy/proxy_resolver.h"
-class MessageLoop;
-
namespace net {
-class HostResolver;
class ProxyResolverJSBindings;
// Implementation of ProxyResolver that uses V8 to evaluate PAC scripts.