| 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 9bd7ac212a229da3d263854fae24b9e098eebb8b..b3a0611aed855114b7778ca1da61ace14ad10bf2 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
|
| @@ -110,8 +110,6 @@ class RemoteToLocalSyncer : public SyncTask {
|
| void DidGetRemoteMetadata(scoped_ptr<SyncTaskToken> token,
|
| google_apis::GDataErrorCode error,
|
| scoped_ptr<google_apis::FileResource> entry);
|
| - void DidUpdateDatabaseForRemoteMetadata(scoped_ptr<SyncTaskToken> token,
|
| - SyncStatusCode status);
|
|
|
| // This implements the body of the HandleNewFile and HandleContentUpdate.
|
| // If the file doesn't have corresponding local file:
|
|
|