diff options
author | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 13:10:45 +0000 |
---|---|---|
committer | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 13:10:45 +0000 |
commit | 396b0c71f6b94aadab9395a059d50ec282ff29e9 (patch) | |
tree | 31e568b8cfc45b2cf8babfe8bc9bfdb89888c653 /chrome/browser/sync/test_profile_sync_service.h | |
parent | d64bbadf8de48fab8dafa5874f51f5ae99c588cc (diff) | |
download | chromium_src-396b0c71f6b94aadab9395a059d50ec282ff29e9.zip chromium_src-396b0c71f6b94aadab9395a059d50ec282ff29e9.tar.gz chromium_src-396b0c71f6b94aadab9395a059d50ec282ff29e9.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/sync/test_profile_sync_service.h')
-rw-r--r-- | chrome/browser/sync/test_profile_sync_service.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |