| Index: chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| index f52ae5f74418fc279a5c2eab1b2d376a2046c74f..a3b8da0efd703d06175ef3b24810ec7d43bf2462 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| @@ -135,7 +135,7 @@ class GaiaScreenHandler : public BaseScreenHandler,
|
| // Callback for AuthPolicyClient.
|
| void DoAdAuth(const std::string& username,
|
| const Key& key,
|
| - authpolicy::AuthUserErrorType error,
|
| + authpolicy::ErrorType error,
|
| const std::string& uid);
|
|
|
| // Callback for writing password into pipe.
|
|
|