Index: chromeos/login/auth/cryptohome_authenticator.cc |
diff --git a/chromeos/login/auth/cryptohome_authenticator.cc b/chromeos/login/auth/cryptohome_authenticator.cc |
index 4a80b2b7a6c4bb54adb5300127521978db00f58d..df430d08d0c69b60b5344f19362eca535b18128d 100644 |
--- a/chromeos/login/auth/cryptohome_authenticator.cc |
+++ b/chromeos/login/auth/cryptohome_authenticator.cc |
@@ -53,7 +53,7 @@ scoped_ptr<Key> TransformKeyIfNeeded(const Key& key, |
if (result->GetKeyType() == Key::KEY_TYPE_PASSWORD_PLAIN) |
result->Transform(Key::KEY_TYPE_SALTED_SHA256_TOP_HALF, system_salt); |
- return result.Pass(); |
+ return result; |
} |
// Records status and calls resolver->Resolve(). |