Chromium Code Reviews| 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..f469c0fe5dc1b8bc1a47958c8c28b4e215a84aca 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,11 @@ |
| class AccountId; |
| +namespace authpolicy { |
| + |
|
xiyuan
2017/02/08 22:59:57
nit: nuke the empty line
Roman Sorokin (ftl)
2017/02/09 10:50:47
Done.
|
| +class ActiveDirectoryAccountData; |
| +} |
| + |
| namespace chromeos { |
| class Key; |
| @@ -140,7 +145,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, |