| Index: chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h
|
| index c007f8ba8939c57ce797223cefc8734c22fb61af..72dcb1eaecd7343895e32861ccb7f755d42d9005 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h
|
| @@ -98,7 +98,7 @@ class DriveFileSyncService : public RemoteFileSyncService,
|
| RemoteChangeProcessor* processor) OVERRIDE;
|
| virtual LocalChangeProcessor* GetLocalChangeProcessor() 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;
|
|
|