| Index: chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_session_unittest.cc b/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| index ba4dccb90bf146a021999499ef975809ca45d334..f1e1ef830429427489653c36a6388fae7fa4828e 100644
|
| --- a/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_session_unittest.cc
|
| @@ -24,7 +24,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/device_info.h"
|
| #include "chrome/browser/sync/glue/session_change_processor.h"
|
| #include "chrome/browser/sync/glue/session_data_type_controller.h"
|
| @@ -131,7 +131,7 @@ class ProfileSyncServiceSessionTest
|
| virtual TestingProfile* CreateProfile() OVERRIDE {
|
| TestingProfile::Builder builder;
|
| builder.AddTestingFactory(ProfileOAuth2TokenServiceFactory::GetInstance(),
|
| - FakeOAuth2TokenService::BuildTokenService);
|
| + FakeOAuth2TokenServiceForSync::BuildTokenService);
|
| // Don't want the profile to create a real ProfileSyncService.
|
| builder.AddTestingFactory(ProfileSyncServiceFactory::GetInstance(), NULL);
|
| scoped_ptr<TestingProfile> profile(builder.Build());
|
|
|