Index: chrome/browser/sync_file_system/drive_file_sync_client.h |
diff --git a/chrome/browser/sync_file_system/drive_file_sync_client.h b/chrome/browser/sync_file_system/drive_file_sync_client.h |
index a80516358e60131925daab7e80ff52ad223df47e..a8f322cdb0949e1ace026ae28d747da78465abd1 100644 |
--- a/chrome/browser/sync_file_system/drive_file_sync_client.h |
+++ b/chrome/browser/sync_file_system/drive_file_sync_client.h |
@@ -291,11 +291,13 @@ class DriveFileSyncClient |
const ResourceEntryCallback& callback, |
google_apis::GDataErrorCode error, |
scoped_ptr<google_apis::ResourceList> feed); |
- void DeleteEntries(ScopedVector<google_apis::ResourceEntry> entries, |
- const GDataErrorCallback& callback); |
- void DidDeleteEntry(ScopedVector<google_apis::ResourceEntry> entries, |
- const GDataErrorCallback& callback, |
- google_apis::GDataErrorCode error); |
+ void DeleteEntriesForEnsuringTitleUniqueness( |
+ ScopedVector<google_apis::ResourceEntry> entries, |
+ const GDataErrorCallback& callback); |
+ void DidDeleteEntriesForEnsuringTitleUniqueness( |
+ ScopedVector<google_apis::ResourceEntry> entries, |
+ const GDataErrorCallback& callback, |
+ google_apis::GDataErrorCode error); |
static std::string FormatTitleQuery(const std::string& title); |