Index: chrome/browser/sync_file_system/drive_backend/sync_worker.h |
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_worker.h b/chrome/browser/sync_file_system/drive_backend/sync_worker.h |
index 71ff888fb6b0ac97aab5d37865e8ec45710f5df3..36742c77a6291d561df0cec7dc0d442ffad7ca4a 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/sync_worker.h |
+++ b/chrome/browser/sync_file_system/drive_backend/sync_worker.h |
@@ -100,7 +100,8 @@ class SyncWorker : public SyncTaskManager::Client { |
void SetRemoteChangeProcessor( |
RemoteChangeProcessorOnWorker* remote_change_processor_on_worker); |
RemoteServiceState GetCurrentState() const; |
- void GetOriginStatusMap(RemoteFileSyncService::OriginStatusMap* status_map); |
+ void GetOriginStatusMap( |
+ const RemoteFileSyncService::StatusMapCallback& callback); |
scoped_ptr<base::ListValue> DumpFiles(const GURL& origin); |
scoped_ptr<base::ListValue> DumpDatabase(); |
void SetSyncEnabled(bool enabled); |