| Index: chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h
|
| index 51e5dd5471a8236dd98dc4dc57bfb9176c22b5ee..c53e307f11a9fe0507bbb40203369a7e6d4a69fe 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h
|
| @@ -103,7 +103,7 @@ class DriveFileSyncService : public RemoteFileSyncService,
|
| const ListCallback& callback) OVERRIDE;
|
| virtual void DumpDatabase(const ListCallback& callback) OVERRIDE;
|
| virtual void SetSyncEnabled(bool enabled) OVERRIDE;
|
| - virtual void PromoteDemotedChanges() OVERRIDE;
|
| + virtual void PromoteDemotedChanges(const base::Closure& callback) OVERRIDE;
|
|
|
| // LocalChangeProcessor overrides.
|
| virtual void ApplyLocalChange(
|
|
|