Index: chrome/browser/chromeos/login/easy_unlock/easy_unlock_get_keys_operation.cc |
diff --git a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_get_keys_operation.cc b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_get_keys_operation.cc |
index fdfe3bfb74058cb8cb0cc8224729837533dd0ead..46e75ebd451dac156da02008d275f70368580631 100644 |
--- a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_get_keys_operation.cc |
+++ b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_get_keys_operation.cc |
@@ -36,9 +36,7 @@ void EasyUnlockGetKeysOperation::Start() { |
} |
void EasyUnlockGetKeysOperation::GetKeyData() { |
- const std::string canonicalized = |
- gaia::CanonicalizeEmail(user_context_.GetAccountId().GetUserEmail()); |
- cryptohome::Identification id(canonicalized); |
+ const cryptohome::Identification id(user_context_.GetAccountId()); |
cryptohome::HomedirMethods::GetInstance()->GetKeyDataEx( |
id, |
EasyUnlockKeyManager::GetKeyLabel(key_index_), |