| Index: net/http/http_auth_handler.h
|
| diff --git a/net/http/http_auth_handler.h b/net/http/http_auth_handler.h
|
| index 4a6cb79e389949f7008a88320e1e4e85fbf35bb2..3f955177b5f6319ec0412198dbcf0c22c257e9b2 100644
|
| --- a/net/http/http_auth_handler.h
|
| +++ b/net/http/http_auth_handler.h
|
| @@ -35,7 +35,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandler {
|
| HttpAuth::Target target,
|
| const SSLInfo& ssl_info,
|
| const GURL& origin,
|
| - const BoundNetLog& net_log);
|
| + const NetLogWithSource& net_log);
|
|
|
| // Determines how the previous authorization attempt was received.
|
| //
|
| @@ -190,7 +190,7 @@ class NET_EXPORT_PRIVATE HttpAuthHandler {
|
| // A bitmask of the properties of the authentication scheme.
|
| int properties_;
|
|
|
| - BoundNetLog net_log_;
|
| + NetLogWithSource net_log_;
|
|
|
| private:
|
| void OnGenerateAuthTokenComplete(int rv);
|
|
|