| Index: chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h b/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h
|
| index 1508396eb83e16be6a7e15609b435ff57a752d50..c4ae040d25db39a6506978a20279af0325100d89 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h
|
| @@ -73,7 +73,7 @@ class FakeSyncWorker : public SyncWorkerInterface {
|
| virtual scoped_ptr<base::ListValue> DumpFiles(const GURL& origin) OVERRIDE;
|
| virtual scoped_ptr<base::ListValue> DumpDatabase() OVERRIDE;
|
| virtual void SetSyncEnabled(bool enabled) OVERRIDE;
|
| - virtual void PromoteDemotedChanges() OVERRIDE;
|
| + virtual void PromoteDemotedChanges(const base::Closure& callback) OVERRIDE;
|
| virtual void ApplyLocalChange(
|
| const FileChange& local_change,
|
| const base::FilePath& local_path,
|
|
|