From 540380fc6861d7f0e94fb4980df2e0064efeb066 Mon Sep 17 00:00:00 2001 From: "blundell@chromium.org" Date: Fri, 14 Mar 2014 10:10:34 +0000 Subject: 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 --- chrome/browser/sync_file_system/drive_backend/sync_engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/sync_file_system/drive_backend') 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_; -- cgit v1.1