| Index: chrome/browser/sync/profile_sync_service_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| index e055ca8655e6f22a2fc1758616a75fecbec0b039..5ff35c35f20f267a76f10bd1d0686ce40b1e3e81 100644
|
| --- a/chrome/browser/sync/profile_sync_service_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| @@ -11,7 +11,7 @@
|
| #include "chrome/browser/signin/profile_oauth2_token_service_factory.h"
|
| #include "chrome/browser/signin/signin_manager.h"
|
| #include "chrome/browser/signin/signin_manager_factory.h"
|
| -#include "chrome/browser/sync/fake_oauth2_token_service.h"
|
| +#include "chrome/browser/sync/fake_oauth2_token_service_for_sync.h"
|
| #include "chrome/browser/sync/glue/data_type_manager_impl.h"
|
| #include "chrome/browser/sync/glue/sync_backend_host_mock.h"
|
| #include "chrome/browser/sync/profile_sync_components_factory_mock.h"
|
| @@ -93,7 +93,7 @@ class ProfileSyncServiceTest : public ::testing::Test {
|
| TestingProfile::Builder builder;
|
|
|
| builder.AddTestingFactory(ProfileOAuth2TokenServiceFactory::GetInstance(),
|
| - FakeOAuth2TokenService::BuildTokenService);
|
| + FakeOAuth2TokenServiceForSync::BuildTokenService);
|
| invalidation::InvalidationServiceFactory::GetInstance()->
|
| SetBuildOnlyFakeInvalidatorsForTest(true);
|
|
|
|
|