| Index: chrome/browser/sync_file_system/drive_file_sync_service.h
|
| diff --git a/chrome/browser/sync_file_system/drive_file_sync_service.h b/chrome/browser/sync_file_system/drive_file_sync_service.h
|
| index 2da122117b658116beed8f19e23202c3b3f10a5d..1a5f7cd17e0255e42c0267fae0d965be5693bc65 100644
|
| --- a/chrome/browser/sync_file_system/drive_file_sync_service.h
|
| +++ b/chrome/browser/sync_file_system/drive_file_sync_service.h
|
| @@ -268,6 +268,7 @@ class DriveFileSyncService : public RemoteFileSyncService,
|
| void DidGetDirectoryContentForBatchSync(
|
| const SyncStatusCallback& callback,
|
| const GURL& origin,
|
| + const std::string& resource_id,
|
| int64 largest_changestamp,
|
| google_apis::GDataErrorCode error,
|
| scoped_ptr<google_apis::ResourceList> feed);
|
| @@ -424,7 +425,7 @@ class DriveFileSyncService : public RemoteFileSyncService,
|
|
|
| int64 largest_fetched_changestamp_;
|
|
|
| - std::set<GURL> pending_batch_sync_origins_;
|
| + std::map<GURL, std::string> pending_batch_sync_origins_;
|
|
|
| // Is set to true when there's a fair possibility that we have some
|
| // remote changes that haven't been fetched yet.
|
|
|