Index: sync/protocol/proto_value_conversions.h |
diff --git a/sync/protocol/proto_value_conversions.h b/sync/protocol/proto_value_conversions.h |
index 311ed14afca5bf13589308eb979afd08606b7628..3b27aaf922bd1da108f0f145f8b9a465c702879e 100644 |
--- a/sync/protocol/proto_value_conversions.h |
+++ b/sync/protocol/proto_value_conversions.h |
@@ -315,6 +315,9 @@ std::unique_ptr<base::DictionaryValue> ClientConfigParamsToValue( |
SYNC_EXPORT std::unique_ptr<base::DictionaryValue> AttachmentIdProtoToValue( |
const sync_pb::AttachmentIdProto& proto); |
+SYNC_EXPORT size_t |
+GetEntitySpecificsSize(const sync_pb::EntitySpecifics& specifics); |
+ |
} // namespace syncer |
#endif // SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_ |