| Index: net/http/http_auth_handler_mock.h
|
| diff --git a/net/http/http_auth_handler_mock.h b/net/http/http_auth_handler_mock.h
|
| index a4642dfe0f03bcb833830da4bc903b90801798c9..fd9885bd8b6896b2302a910f55a87f23d77b157a 100644
|
| --- a/net/http/http_auth_handler_mock.h
|
| +++ b/net/http/http_auth_handler_mock.h
|
| @@ -108,7 +108,6 @@ class HttpAuthHandlerMock : public HttpAuthHandler {
|
|
|
| Resolve resolve_;
|
| CompletionCallback callback_;
|
| - base::WeakPtrFactory<HttpAuthHandlerMock> weak_factory_;
|
| bool generate_async_;
|
| int generate_rv_;
|
| std::string* auth_token_;
|
| @@ -117,6 +116,7 @@ class HttpAuthHandlerMock : public HttpAuthHandler {
|
| bool allows_default_credentials_;
|
| bool allows_explicit_credentials_;
|
| GURL request_url_;
|
| + base::WeakPtrFactory<HttpAuthHandlerMock> weak_factory_;
|
| };
|
|
|
| } // namespace net
|
|
|