| Index: net/http/http_auth_handler_negotiate.cc
|
| diff --git a/net/http/http_auth_handler_negotiate.cc b/net/http/http_auth_handler_negotiate.cc
|
| index 85454fb7e7bf388120376eee36c4774341c57c86..21f5d65f1f21565fdbaf596e24a23a4fcc1b7325 100644
|
| --- a/net/http/http_auth_handler_negotiate.cc
|
| +++ b/net/http/http_auth_handler_negotiate.cc
|
| @@ -27,8 +27,7 @@ HttpAuthHandlerNegotiate::Factory::Factory()
|
| max_token_length_(0),
|
| first_creation_(true),
|
| #endif
|
| - is_unsupported_(false),
|
| - auth_library_(NULL) {
|
| + is_unsupported_(false) {
|
| }
|
|
|
| HttpAuthHandlerNegotiate::Factory::~Factory() {
|
|
|