Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Unified Diff: chromeos/login/auth/cryptohome_authenticator.cc

Issue 2452053002: Rename AccountId method GetGaiaIdKey() to GetAccountIdKey(). (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/login/auth/cryptohome_authenticator.cc
diff --git a/chromeos/login/auth/cryptohome_authenticator.cc b/chromeos/login/auth/cryptohome_authenticator.cc
index 6b29183a88e9718f5f3b3a71d5ccefffd6508f5c..b7b5b42aee1f322b19d0612c66ba9c3153257dfc 100644
--- a/chromeos/login/auth/cryptohome_authenticator.cc
+++ b/chromeos/login/auth/cryptohome_authenticator.cc
@@ -239,7 +239,7 @@ void EnsureCryptohomeMigratedToGaiaId(
const std::string& cryptohome_id_from =
attempt->user_context.GetAccountId().GetUserEmail(); // Migrated
const std::string cryptohome_id_to =
- attempt->user_context.GetAccountId().GetGaiaIdKey();
+ attempt->user_context.GetAccountId().GetAccountIdKey();
cryptohome::HomedirMethods::GetInstance()->RenameCryptohome(
cryptohome::Identification::FromString(cryptohome_id_from),

Powered by Google App Engine
This is Rietveld 408576698