From 396b0c71f6b94aadab9395a059d50ec282ff29e9 Mon Sep 17 00:00:00 2001 From: "blundell@chromium.org" Date: Thu, 13 Mar 2014 13:10:45 +0000 Subject: Move clients of BrowserContextKeyedService to use KeyedService The moved clients are the ones in: - //chrome/browser/signin - //chrome/browser/sync - //chrome/browser/ui BUG=351704 TBR=jochen Review URL: https://codereview.chromium.org/197473005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256808 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/sync/test_profile_sync_service.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chrome/browser/sync/test_profile_sync_service.h') diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h index d3c4102..fff476d 100644 --- a/chrome/browser/sync/test_profile_sync_service.h +++ b/chrome/browser/sync/test_profile_sync_service.h @@ -93,8 +93,7 @@ class TestProfileSyncService : public ProfileSyncService { syncer::TestIdFactory* id_factory(); protected: - static BrowserContextKeyedService* TestFactoryFunction( - content::BrowserContext* profile); + static KeyedService* TestFactoryFunction(content::BrowserContext* profile); // Return NULL handle to use in backend initialization to avoid receiving // js messages on UI loop when it's being destroyed, which are not deleted -- cgit v1.1