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 baff4b1070908d9c6444dd17cea566b64f4da67f..d36f4f5ce95c662219849695452916196bfc1833 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/sync_engine.h |
+++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.h |
@@ -94,7 +94,7 @@ class SyncEngine : public RemoteFileSyncService, |
virtual LocalChangeProcessor* GetLocalChangeProcessor() OVERRIDE; |
virtual bool IsConflicting(const fileapi::FileSystemURL& url) OVERRIDE; |
virtual RemoteServiceState GetCurrentState() const OVERRIDE; |
- virtual void GetOriginStatusMap(OriginStatusMap* status_map) OVERRIDE; |
+ virtual void GetOriginStatusMap(const StatusMapCallback& callback) OVERRIDE; |
virtual void DumpFiles(const GURL& origin, |
const ListCallback& callback) OVERRIDE; |
virtual void DumpDatabase(const ListCallback& callback) OVERRIDE; |