| 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 a81b462f4476533a8d679afd8cbcea5f10c1e479..5e3afa2dfca9eb84bf8e5d993e62f90668cb98e3 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| @@ -19,6 +19,10 @@
|
|
|
| class AccountId;
|
|
|
| +namespace authpolicy {
|
| +class ActiveDirectoryAccountData;
|
| +}
|
| +
|
| namespace chromeos {
|
|
|
| class Key;
|
| @@ -140,7 +144,7 @@ class GaiaScreenHandler : public BaseScreenHandler,
|
| void DoAdAuth(const std::string& username,
|
| const Key& key,
|
| authpolicy::ErrorType error,
|
| - const std::string& uid);
|
| + const authpolicy::ActiveDirectoryAccountData& account_data);
|
|
|
| // Callback for writing password into pipe.
|
| void OnPasswordPipeReady(const std::string& username,
|
|
|