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 37f6a64bca7b9219ddb8cfd0f5d22fa2e64ba5ab..75f11cecb96dc08092578879db68ef0ff1e9426e 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 |
@@ -102,7 +102,8 @@ class DriveFileSyncService : public RemoteFileSyncService, |
virtual bool IsConflicting(const fileapi::FileSystemURL& url) OVERRIDE; |
virtual RemoteServiceState GetCurrentState() const OVERRIDE; |
virtual void GetOriginStatusMap(OriginStatusMap* status_map) OVERRIDE; |
- virtual scoped_ptr<base::ListValue> DumpFiles(const GURL& origin) OVERRIDE; |
+ virtual void DumpFiles(const GURL& origin, |
+ const ListCallback& callback) OVERRIDE; |
virtual scoped_ptr<base::ListValue> DumpDatabase() OVERRIDE; |
virtual void SetSyncEnabled(bool enabled) OVERRIDE; |
virtual SyncStatusCode SetDefaultConflictResolutionPolicy( |