| Index: chrome/browser/chromeos/login/parallel_authenticator.cc
|
| diff --git a/chrome/browser/chromeos/login/parallel_authenticator.cc b/chrome/browser/chromeos/login/parallel_authenticator.cc
|
| index 6d74bbbdb26a672100e5f5fd983d1c282d393bd0..9cb025cd04012e0ded2fc1cdb91ac507f93268b2 100644
|
| --- a/chrome/browser/chromeos/login/parallel_authenticator.cc
|
| +++ b/chrome/browser/chromeos/login/parallel_authenticator.cc
|
| @@ -226,7 +226,7 @@ void ParallelAuthenticator::RecoverEncryptedData(
|
| BrowserThread::IO, FROM_HERE,
|
| NewRunnableMethod(this,
|
| &ParallelAuthenticator::ResyncRecoverHelper,
|
| - key_migrator_.get()));
|
| + key_migrator_));
|
| }
|
|
|
| void ParallelAuthenticator::ResyncEncryptedData(
|
| @@ -237,7 +237,7 @@ void ParallelAuthenticator::ResyncEncryptedData(
|
| BrowserThread::IO, FROM_HERE,
|
| NewRunnableMethod(this,
|
| &ParallelAuthenticator::ResyncRecoverHelper,
|
| - data_remover_.get()));
|
| + data_remover_));
|
| }
|
|
|
| void ParallelAuthenticator::ResyncRecoverHelper(CryptohomeOp* to_initiate) {
|
|
|