| Index: chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_password_unittest.cc b/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| index 4dd1efd1c7d587bf2545e239c0d970d4c59a97c0..c15a7ef94dc0d67289a60f5343e1be8a713a59c9 100644
|
| --- a/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| @@ -23,7 +23,7 @@
|
| #include "chrome/browser/signin/signin_manager.h"
|
| #include "chrome/browser/signin/signin_manager_factory.h"
|
| #include "chrome/browser/sync/abstract_profile_sync_service_test.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/password_change_processor.h"
|
| #include "chrome/browser/sync/glue/password_data_type_controller.h"
|
| #include "chrome/browser/sync/glue/password_model_associator.h"
|
| @@ -163,7 +163,7 @@ class ProfileSyncServicePasswordTest : public AbstractProfileSyncServiceTest {
|
| AbstractProfileSyncServiceTest::SetUp();
|
| TestingProfile::Builder builder;
|
| builder.AddTestingFactory(ProfileOAuth2TokenServiceFactory::GetInstance(),
|
| - FakeOAuth2TokenService::BuildTokenService);
|
| + FakeOAuth2TokenServiceForSync::BuildTokenService);
|
| profile_ = builder.Build().Pass();
|
| invalidation::InvalidationServiceFactory::GetInstance()->
|
| SetBuildOnlyFakeInvalidatorsForTest(true);
|
|
|