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.cc | |
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.cc')
-rw-r--r-- | chrome/browser/sync/test_profile_sync_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc index 6a92bff..3bdba1f 100644 --- a/chrome/browser/sync/test_profile_sync_service.cc +++ b/chrome/browser/sync/test_profile_sync_service.cc @@ -114,7 +114,7 @@ TestProfileSyncService::~TestProfileSyncService() { } // static -BrowserContextKeyedService* TestProfileSyncService::TestFactoryFunction( +KeyedService* TestProfileSyncService::TestFactoryFunction( content::BrowserContext* context) { Profile* profile = static_cast<Profile*>(context); SigninManagerBase* signin = |