Index: chrome/browser/sync_file_system/drive_backend/sync_engine.h |
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 b4b57809021e89ddae25995c2375a58ead17f7b5..5eab6c3eafbcabec439cdd20f2e2ff7c2f54e092 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/sync_engine.h |
+++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.h |
@@ -112,7 +112,7 @@ class SyncEngine : 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( |