| Index: net/http/http_auth_controller.h
|
| diff --git a/net/http/http_auth_controller.h b/net/http/http_auth_controller.h
|
| index cb1c6fdbb50e7524818481e805124863d85f9896..dbc078e323a95339b14ca56b8ca1e64c5aa9cfa2 100644
|
| --- a/net/http/http_auth_controller.h
|
| +++ b/net/http/http_auth_controller.h
|
| @@ -115,7 +115,7 @@ class NET_EXPORT_PRIVATE HttpAuthController
|
| // GenerateAuthToken operation.
|
| int HandleGenerateTokenResult(int result);
|
|
|
| - void OnIOComplete(int result);
|
| + void OnGenerateAuthTokenDone(int result);
|
|
|
| // Indicates if this handler is for Proxy auth or Server auth.
|
| HttpAuth::Target target_;
|
|
|