| Index: chrome/common/net/gaia/gaia_authenticator2_unittest.cc
|
| diff --git a/chrome/common/net/gaia/gaia_authenticator2_unittest.cc b/chrome/common/net/gaia/gaia_authenticator2_unittest.cc
|
| index 4e4dc82411428e386a66cb300782c230bf5d0fbc..181a0027c8b7a10ea243370d44379815f40e9750 100644
|
| --- a/chrome/common/net/gaia/gaia_authenticator2_unittest.cc
|
| +++ b/chrome/common/net/gaia/gaia_authenticator2_unittest.cc
|
| @@ -247,7 +247,7 @@ TEST_F(GaiaAuthenticator2Test, FullLogin) {
|
|
|
| TestingProfile profile;
|
|
|
| - MockFactory factory;
|
| + MockFactory<MockFetcher> factory;
|
| URLFetcher::set_factory(&factory);
|
|
|
| GaiaAuthenticator2 auth(&consumer, std::string(),
|
| @@ -268,7 +268,7 @@ TEST_F(GaiaAuthenticator2Test, FullLoginFailure) {
|
|
|
| TestingProfile profile;
|
|
|
| - MockFactory factory;
|
| + MockFactory<MockFetcher> factory;
|
| URLFetcher::set_factory(&factory);
|
| factory.set_success(false);
|
|
|
|
|