| Index: net/url_request/url_request.h
|
| diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
|
| index 6b23f54dc7dfac234298ab5ab5a132591984dc59..712460b5c03c5f8a720a1ff913c0b55778a3782c 100644
|
| --- a/net/url_request/url_request.h
|
| +++ b/net/url_request/url_request.h
|
| @@ -604,7 +604,7 @@ class NET_EXPORT URLRequest : NON_EXPORTED_BASE(public base::NonThreadSafe) {
|
| // OnAuthRequired() callback (and only then).
|
| // SetAuth will reissue the request with the given credentials.
|
| // CancelAuth will give up and display the error page.
|
| - void SetAuth(const string16& username, const string16& password);
|
| + void SetAuth(const AuthCredentials& credentials);
|
| void CancelAuth();
|
|
|
| // This method can be called after the user selects a client certificate to
|
|
|