Index: chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h |
diff --git a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h |
index bffd0ec2506cc42e33af62ce26772fecb8f361c7..515ac0bec4b033399a252c44a53917f4718e8054 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h |
+++ b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h |
@@ -80,9 +80,6 @@ class LocalToRemoteSyncer : public SyncTask { |
google_apis::GDataErrorCode error, |
const GURL&, |
scoped_ptr<google_apis::FileResource>); |
- void DidUpdateDatabaseForUploadExistingFile( |
- scoped_ptr<SyncTaskToken> token, |
- SyncStatusCode status); |
void UpdateRemoteMetadata(const std::string& file_id, |
scoped_ptr<SyncTaskToken> token); |
void DidGetRemoteMetadata(const std::string& file_id, |