Index: chromeos/login/auth/login_performer.h |
diff --git a/chromeos/login/auth/login_performer.h b/chromeos/login/auth/login_performer.h |
index 7217241b6d05a83768a4807a9c269fc6dfc40441..1c79a848491476b909744a6f65af39a698d52a5f 100644 |
--- a/chromeos/login/auth/login_performer.h |
+++ b/chromeos/login/auth/login_performer.h |
@@ -91,7 +91,7 @@ class CHROMEOS_EXPORT LoginPerformer : public AuthStatusConsumer { |
void OnAuthSuccess(const UserContext& user_context) override; |
void OnOffTheRecordAuthSuccess() override; |
void OnPasswordChangeDetected() override; |
- void OnOldEncryptionDetected() override; |
+ void OnOldEncryptionDetected(const UserContext& user_context) override; |
// Migrates cryptohome using |old_password| specified. |
void RecoverEncryptedData(const std::string& old_password); |