| 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 0104a9cf512ab95cfba528b18d473459ac379acb..d226a18685107efb627400a410e639a0e09798a9 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
|
| @@ -16,6 +16,8 @@
|
| #include "chromeos/network/portal_detector/network_portal_detector.h"
|
| #include "net/base/net_errors.h"
|
|
|
| +class AccountId;
|
| +
|
| namespace policy {
|
| class ConsumerManagementService;
|
| }
|
| @@ -216,8 +218,8 @@ class GaiaScreenHandler : public BaseScreenHandler,
|
|
|
| // Returns user canonical e-mail. Finds already used account alias, if
|
| // user has already signed in.
|
| - std::string GetCanonicalEmail(const std::string& authenticated_email,
|
| - const std::string& gaia_id) const;
|
| + AccountId GetAccountId(const std::string& authenticated_email,
|
| + const std::string& gaia_id) const;
|
|
|
| // Current state of Gaia frame.
|
| FrameState frame_state_ = FRAME_STATE_UNKNOWN;
|
|
|