diff options
Diffstat (limited to 'chrome/browser/sync/profile_sync_service_startup_unittest.cc')
-rw-r--r-- | chrome/browser/sync/profile_sync_service_startup_unittest.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/sync/profile_sync_service_startup_unittest.cc b/chrome/browser/sync/profile_sync_service_startup_unittest.cc index d1a710f..9c8ce39 100644 --- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc +++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc @@ -90,8 +90,7 @@ class ProfileSyncServiceStartupTest : public testing::Test { profile_.reset(); } - static BrowserContextKeyedService* BuildService( - content::BrowserContext* browser_context) { + static KeyedService* BuildService(content::BrowserContext* browser_context) { Profile* profile = static_cast<Profile*>(browser_context); return new ProfileSyncService( new ProfileSyncComponentsFactoryMock(), @@ -151,8 +150,7 @@ class ProfileSyncServiceStartupCrosTest : public ProfileSyncServiceStartupTest { sync_->AddObserver(&observer_); } - static BrowserContextKeyedService* BuildCrosService( - content::BrowserContext* context) { + static KeyedService* BuildCrosService(content::BrowserContext* context) { Profile* profile = static_cast<Profile*>(context); SigninManagerBase* signin = SigninManagerFactory::GetForProfile(profile); |