diff options
author | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-14 10:10:34 +0000 |
---|---|---|
committer | blundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-14 10:10:34 +0000 |
commit | 540380fc6861d7f0e94fb4980df2e0064efeb066 (patch) | |
tree | 7c41d8bb5220f30b37b2a45a507ab568677fec58 /chrome/browser/sync_file_system/drive_backend/sync_engine.h | |
parent | ded324964bde9c4b1ad4f7dae8048d4e67b97f5a (diff) | |
download | chromium_src-540380fc6861d7f0e94fb4980df2e0064efeb066.zip chromium_src-540380fc6861d7f0e94fb4980df2e0064efeb066.tar.gz chromium_src-540380fc6861d7f0e94fb4980df2e0064efeb066.tar.bz2 |
Move clients of BrowserContextKeyedService to use KeyedService (#4)
This change covers:
- //components
- Roughly half of the remaining clients in //chrome
BUG=351704
TBR=jochen
Review URL: https://codereview.chromium.org/198193002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync_file_system/drive_backend/sync_engine.h')
-rw-r--r-- | chrome/browser/sync_file_system/drive_backend/sync_engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_engine.h b/chrome/browser/sync_file_system/drive_backend/sync_engine.h index 45c7703..25e1ee5 100644 --- a/chrome/browser/sync_file_system/drive_backend/sync_engine.h +++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.h @@ -189,7 +189,7 @@ class SyncEngine : public RemoteFileSyncService, // These external services are not owned by SyncEngine. // The owner of the SyncEngine is responsible for their lifetime. // I.e. the owner should declare the dependency explicitly by calling - // BrowserContextKeyedService::DependsOn(). + // KeyedService::DependsOn(). drive::DriveNotificationManager* notification_manager_; ExtensionServiceInterface* extension_service_; ProfileOAuth2TokenService* auth_token_service_; |