| 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 c151075120ebbb5d0ce8d27159143c0f1fcb4fdf..2a4a191a5c935e999b4bc8390a19d13a8b0696e1 100644
|
| --- a/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| @@ -20,6 +20,7 @@
|
| #include "chrome/browser/password_manager/null_password_store_service.h"
|
| #include "chrome/browser/password_manager/password_store_factory.h"
|
| #include "chrome/browser/signin/fake_profile_oauth2_token_service.h"
|
| +#include "chrome/browser/signin/fake_profile_oauth2_token_service_wrapper.h"
|
| #include "chrome/browser/signin/profile_oauth2_token_service.h"
|
| #include "chrome/browser/signin/profile_oauth2_token_service_factory.h"
|
| #include "chrome/browser/signin/signin_manager.h"
|
| @@ -160,7 +161,7 @@ class ProfileSyncServicePasswordTest : public AbstractProfileSyncServiceTest {
|
| TestingProfile::Builder builder;
|
| builder.AddTestingFactory(
|
| ProfileOAuth2TokenServiceFactory::GetInstance(),
|
| - FakeProfileOAuth2TokenService::BuildAutoIssuingTokenService);
|
| + FakeProfileOAuth2TokenServiceWrapper::BuildAutoIssuingTokenService);
|
| profile_ = builder.Build().Pass();
|
| invalidation::InvalidationServiceFactory::GetInstance()->
|
| SetBuildOnlyFakeInvalidatorsForTest(true);
|
|
|