| Index: net/http/http_auth_handler_mock.cc
|
| diff --git a/net/http/http_auth_handler_mock.cc b/net/http/http_auth_handler_mock.cc
|
| index 52990eef923ab6ba7ece9f67b4dd7d3a753a749c..35ed3abe3542151a8e994c05c45483238cf23c2b 100644
|
| --- a/net/http/http_auth_handler_mock.cc
|
| +++ b/net/http/http_auth_handler_mock.cc
|
| @@ -16,14 +16,14 @@ namespace net {
|
|
|
| HttpAuthHandlerMock::HttpAuthHandlerMock()
|
| : resolve_(RESOLVE_INIT),
|
| - weak_factory_(this),
|
| generate_async_(false),
|
| generate_rv_(OK),
|
| auth_token_(NULL),
|
| first_round_(true),
|
| connection_based_(false),
|
| allows_default_credentials_(false),
|
| - allows_explicit_credentials_(true) {
|
| + allows_explicit_credentials_(true),
|
| + weak_factory_(this) {
|
| }
|
|
|
| HttpAuthHandlerMock::~HttpAuthHandlerMock() {
|
|
|