Index: chrome/browser/sync_file_system/drive_backend/drive_backend_util.h |
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h b/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h |
index 139f6fdd2e43f97c4876a07c54d67224fbeb1ea9..60212c5d3b7ecdecff1908a3f791574100046b34 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h |
+++ b/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h |
@@ -30,6 +30,8 @@ class WriteBatch; |
namespace sync_file_system { |
namespace drive_backend { |
+void PutVersionInfoToBatch(int64 version, leveldb::WriteBatch* batch); |
+ |
void PutServiceMetadataToBatch(const ServiceMetadata& service_metadata, |
leveldb::WriteBatch* batch); |
void PutFileMetadataToBatch(const FileMetadata& file, |