From d7828c27c67a11e316b6ba8679ac91300715d97e Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Sat, 21 Aug 2010 16:42:35 +0000 Subject: 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 --- net/http/http_auth_sspi_win.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'net/http/http_auth_sspi_win.h') 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. -- cgit v1.1