Chromium Code Reviews| Index: net/http/http_auth_handler_ntlm_win.cc |
| diff --git a/net/http/http_auth_handler_ntlm_win.cc b/net/http/http_auth_handler_ntlm_win.cc |
| index 1b7d1ac97554e3d2148d8adae6efacda635e76a3..684f29ded86a11f7ea6b7719fc0ad63b8b7092a8 100644 |
| --- a/net/http/http_auth_handler_ntlm_win.cc |
| +++ b/net/http/http_auth_handler_ntlm_win.cc |
| @@ -46,7 +46,7 @@ HttpAuthHandlerNTLM::Factory::Factory() |
| : max_token_length_(0), |
| first_creation_(true), |
| is_unsupported_(false), |
| - sspi_library_(SSPILibrary::GetDefault()) { |
| + sspi_library_(NULL) { |
| } |
| HttpAuthHandlerNTLM::Factory::~Factory() { |