diff options
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_; |