| Index: chrome/browser/signin/token_service_unittest.cc
|
| diff --git a/chrome/browser/signin/token_service_unittest.cc b/chrome/browser/signin/token_service_unittest.cc
|
| index 2437a61683a0ae2b5ac5b581689a8f2c913e1072..e2f15dd3549ddac632f789564641e09f38ad67da 100644
|
| --- a/chrome/browser/signin/token_service_unittest.cc
|
| +++ b/chrome/browser/signin/token_service_unittest.cc
|
| @@ -14,7 +14,7 @@
|
| #include "chrome/browser/password_manager/encryptor.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_switches.h"
|
| -#include "chrome/common/net/gaia/gaia_auth_fetcher_unittest.h"
|
| +#include "chrome/common/net/gaia/mock_url_fetcher_factory.h"
|
| #include "chrome/common/net/gaia/gaia_constants.h"
|
| #include "content/test/test_url_fetcher_factory.h"
|
|
|
| @@ -279,7 +279,7 @@ TEST_F(TokenServiceTest, FullIntegration) {
|
| std::string result = "SID=sid\nLSID=lsid\nAuth=auth\n";
|
|
|
| {
|
| - MockFactory<MockFetcher> factory;
|
| + MockURLFetcherFactory<MockFetcher> factory;
|
| factory.set_results(result);
|
| EXPECT_FALSE(service_->HasTokenForService(GaiaConstants::kSyncService));
|
| EXPECT_FALSE(service_->HasTokenForService(GaiaConstants::kTalkService));
|
|
|