| Index: chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
|
| diff --git a/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc b/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
|
| index 62bba478732bc40580a0032f1a4f97a74b2a83ce..0714929c8e18361de1dc1adaf1afeba946e06ce9 100644
|
| --- a/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
|
| +++ b/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
|
| @@ -570,7 +570,6 @@ TEST_F(ParallelAuthenticatorTest, DriveOfflineLoginGetNewPassword) {
|
| ExpectLoginSuccess(username_, password_, result_, false);
|
|
|
| MockFactory<SuccessFetcher> factory;
|
| - URLFetcher::set_factory(&factory);
|
| TestingProfile profile;
|
|
|
| auth_->RetryAuth(&profile,
|
| @@ -613,7 +612,6 @@ TEST_F(ParallelAuthenticatorTest, DriveOfflineLoginGetCaptchad) {
|
| ExpectLoginFailure(failure);
|
|
|
| MockFactory<CaptchaFetcher> factory;
|
| - URLFetcher::set_factory(&factory);
|
| TestingProfile profile;
|
|
|
| auth_->RetryAuth(&profile,
|
|
|