summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_sspi_win.h
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-21 16:42:35 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-21 16:42:35 +0000
commitd7828c27c67a11e316b6ba8679ac91300715d97e (patch)
tree1554500edbf7f76faef518ba3329f88b406559fb /net/http/http_auth_sspi_win.h
parentb57088ab60a8a0c7ea1f38a69890256d4435b9d7 (diff)
downloadchromium_src-d7828c27c67a11e316b6ba8679ac91300715d97e.zip
chromium_src-d7828c27c67a11e316b6ba8679ac91300715d97e.tar.gz
chromium_src-d7828c27c67a11e316b6ba8679ac91300715d97e.tar.bz2
Remove obviously unneeded forward declarations from headers under src/{app,base,net}.
BUG=none TEST=builds Review URL: http://codereview.chromium.org/3136025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56995 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_auth_sspi_win.h')
-rw-r--r--net/http/http_auth_sspi_win.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/http/http_auth_sspi_win.h b/net/http/http_auth_sspi_win.h
index bf1778f..1c8b741 100644
--- a/net/http/http_auth_sspi_win.h
+++ b/net/http/http_auth_sspi_win.h
@@ -22,9 +22,6 @@
namespace net {
-struct HttpRequestInfo;
-class ProxyInfo;
-
// SSPILibrary is introduced so unit tests can mock the calls to Windows' SSPI
// implementation. The default implementation simply passes the arguments on to
// the SSPI implementation provided by Secur32.dll.