| Index: components/sync/protocol/proto_visitors.h
|
| diff --git a/components/sync/protocol/proto_visitors.h b/components/sync/protocol/proto_visitors.h
|
| index 1ecc92e73e6a3534cc530fcd67205d7902d88a8b..3fef5e439f55cf9695c0d5a20506a0421682a1a4 100644
|
| --- a/components/sync/protocol/proto_visitors.h
|
| +++ b/components/sync/protocol/proto_visitors.h
|
| @@ -847,6 +847,12 @@ VISIT_PROTO_FIELDS(const sync_pb::TimeRangeDirective& proto) {
|
| VISIT(end_time_usec);
|
| }
|
|
|
| +VISIT_PROTO_FIELDS(const sync_pb::Translation& proto) {
|
| + VISIT(from_language_code);
|
| + VISIT(to_language_code);
|
| + VISIT_ENUM(interaction);
|
| +}
|
| +
|
| VISIT_PROTO_FIELDS(const sync_pb::TypeHint& proto) {
|
| VISIT(data_type_id);
|
| VISIT(has_valid_hint);
|
| @@ -873,6 +879,7 @@ VISIT_PROTO_FIELDS(const sync_pb::UserEventSpecifics& proto) {
|
| VISIT(session_id);
|
| VISIT(field_trial_event);
|
| VISIT(language_detection);
|
| + VISIT(translation);
|
| }
|
|
|
| VISIT_PROTO_FIELDS(const sync_pb::WalletMaskedCreditCard& proto) {
|
|
|