| Index: chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.h b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.h
|
| index 705c7056f8b2de71befc266b351069dd612d9c42..a2c1655348532d36ee63e45136a555b8078a4277 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.h
|
| @@ -107,7 +107,6 @@ class RemoteToLocalSyncer : public SyncTask {
|
| // Note: if the file is not found, it should be handled as if deleted.
|
| void HandleMissingRemoteMetadata(const SyncStatusCallback& callback);
|
| void DidGetRemoteMetadata(const SyncStatusCallback& callback,
|
| - int64 change_id,
|
| google_apis::GDataErrorCode error,
|
| scoped_ptr<google_apis::ResourceEntry> entry);
|
| void DidUpdateDatabaseForRemoteMetadata(const SyncStatusCallback& callback,
|
|
|