| Index: chrome/browser/sync_file_system/mock_remote_file_sync_service.h
|
| diff --git a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
|
| index 1ab30a2d83e17971babeee7623fcc876870d0c97..01425c9344108d9ac17b401e7c0688872c0df543 100644
|
| --- a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
|
| +++ b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h
|
| @@ -52,7 +52,7 @@ class MockRemoteFileSyncService : public RemoteFileSyncService {
|
| MOCK_METHOD1(GetOriginStatusMap,
|
| void(const StatusMapCallback& callback));
|
| MOCK_METHOD1(SetSyncEnabled, void(bool enabled));
|
| - MOCK_METHOD0(PromoteDemotedChanges, void());
|
| + MOCK_METHOD1(PromoteDemotedChanges, void(const base::Closure& callback));
|
|
|
| virtual void DumpFiles(const GURL& origin,
|
| const ListCallback& callback) OVERRIDE;
|
|
|