Index: chrome/browser/chromeos/login/easy_unlock/easy_unlock_remove_keys_operation.cc |
diff --git a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_remove_keys_operation.cc b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_remove_keys_operation.cc |
index 9ead3ef42fd40c5a2ab78b6548481268a89a28d6..2a61962dbd414db3653e6d93e97628eaa9ee1a29 100644 |
--- a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_remove_keys_operation.cc |
+++ b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_remove_keys_operation.cc |
@@ -47,9 +47,7 @@ void EasyUnlockRemoveKeysOperation::OnGetSystemSalt( |
} |
void EasyUnlockRemoveKeysOperation::RemoveKey() { |
- const std::string canonicalized = |
- gaia::CanonicalizeEmail(user_context_.GetAccountId().GetUserEmail()); |
- cryptohome::Identification id(canonicalized); |
+ cryptohome::Identification id(user_context_.GetAccountId()); |
const Key* const auth_key = user_context_.GetKey(); |
cryptohome::Authorization auth(auth_key->GetSecret(), auth_key->GetLabel()); |