| Index: 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 c9259202ea670429cd2af22ceb761810fd4b5257..cdce1d91e4b8033d9b4e12df6ee927269a3b4b64 100644
|
| --- a/net/http/http_auth_sspi_win.h
|
| +++ b/net/http/http_auth_sspi_win.h
|
| @@ -22,7 +22,7 @@ class GURL;
|
|
|
| namespace net {
|
|
|
| -class HttpRequestInfo;
|
| +struct HttpRequestInfo;
|
| class ProxyInfo;
|
|
|
| // SSPILibrary is introduced so unit tests can mock the calls to Windows' SSPI
|
| @@ -152,4 +152,3 @@ int DetermineMaxTokenLength(SSPILibrary* library,
|
| } // namespace net
|
|
|
| #endif // NET_HTTP_HTTP_AUTH_SSPI_WIN_H_
|
| -
|
|
|