| 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 be1a92fb9cf28b320ffa7848a7b7b1030e8407c4..15a6b1072fde8d83abeb264d33ff9e4119a5f21d 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| @@ -21,7 +21,7 @@
|
| class AccountId;
|
|
|
| namespace authpolicy {
|
| -class ActiveDirectoryAccountData;
|
| +class ActiveDirectoryAccountInfo;
|
| }
|
|
|
| namespace chromeos {
|
| @@ -147,7 +147,7 @@ class GaiaScreenHandler : public BaseScreenHandler,
|
| void DoAdAuth(const std::string& username,
|
| const Key& key,
|
| authpolicy::ErrorType error,
|
| - const authpolicy::ActiveDirectoryAccountData& account_data);
|
| + const authpolicy::ActiveDirectoryAccountInfo& account_info);
|
|
|
| // Callback for writing password into pipe.
|
| void OnPasswordPipeReady(const std::string& username,
|
|
|