| Index: net/http/http_auth_controller.h
|
| diff --git a/net/http/http_auth_controller.h b/net/http/http_auth_controller.h
|
| index 04f3264e70c028562a34d6ead563aa977db5e032..f00232416262a391370c35f7a58ab466a3bca1f1 100644
|
| --- a/net/http/http_auth_controller.h
|
| +++ b/net/http/http_auth_controller.h
|
| @@ -45,7 +45,7 @@ class NET_EXPORT_PRIVATE HttpAuthController
|
| // were necessary.
|
| virtual int MaybeGenerateAuthToken(const HttpRequestInfo* request,
|
| const CompletionCallback& callback,
|
| - const BoundNetLog& net_log);
|
| + const NetLogWithSource& net_log);
|
|
|
| // Adds either the proxy auth header, or the origin server auth header,
|
| // as specified by |target_|.
|
| @@ -59,7 +59,7 @@ class NET_EXPORT_PRIVATE HttpAuthController
|
| const SSLInfo& ssl_info,
|
| bool do_not_send_server_auth,
|
| bool establishing_tunnel,
|
| - const BoundNetLog& net_log);
|
| + const NetLogWithSource& net_log);
|
|
|
| // Store the supplied credentials and prepare to restart the auth.
|
| virtual void ResetAuth(const AuthCredentials& credentials);
|
| @@ -90,7 +90,7 @@ class NET_EXPORT_PRIVATE HttpAuthController
|
| // Searches the auth cache for an entry that encompasses the request's path.
|
| // If such an entry is found, updates |identity_| and |handler_| with the
|
| // cache entry's data and returns true.
|
| - bool SelectPreemptiveAuth(const BoundNetLog& net_log);
|
| + bool SelectPreemptiveAuth(const NetLogWithSource& net_log);
|
|
|
| // Invalidates the current handler. If |action| is
|
| // INVALIDATE_HANDLER_AND_CACHED_CREDENTIALS, then also invalidate
|
|
|