summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_script_fetcher_impl.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 05:27:26 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 05:27:26 +0000
commit6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf (patch)
tree2fa73f7cf39796509c1ae384282c4dd61c7c72d7 /net/proxy/proxy_script_fetcher_impl.h
parent4d5b96b229869f27a1ab1bb31e952615ef770e12 (diff)
downloadchromium_src-6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf.zip
chromium_src-6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf.tar.gz
chromium_src-6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf.tar.bz2
Cleanup: Remove unneeded forward declararations in net.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8525020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109590 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy/proxy_script_fetcher_impl.h')
-rw-r--r--net/proxy/proxy_script_fetcher_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/proxy/proxy_script_fetcher_impl.h b/net/proxy/proxy_script_fetcher_impl.h
index a2a7b17..964030a 100644
--- a/net/proxy/proxy_script_fetcher_impl.h
+++ b/net/proxy/proxy_script_fetcher_impl.h
@@ -6,6 +6,8 @@
#define NET_PROXY_PROXY_SCRIPT_FETCHER_IMPL_H_
#pragma once
+#include <string>
+
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
@@ -17,7 +19,6 @@
#include "net/url_request/url_request.h"
class GURL;
-class X509Certificate;
namespace net {