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 e02e2d43a7f519d67c84e8241f49ddce5ecc648b..76a9ce637213be04dcbe6872d92438f069509ee9 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, |