| Index: components/sync/protocol/proto_visitors.h
|
| diff --git a/components/sync/protocol/proto_visitors.h b/components/sync/protocol/proto_visitors.h
|
| index 38f162a2f9d1ed6a2eecfd5e6aa94fb4f164168f..5f399ebcb4d6a984e3c35843b76244ea2cc5ce2a 100644
|
| --- a/components/sync/protocol/proto_visitors.h
|
| +++ b/components/sync/protocol/proto_visitors.h
|
| @@ -681,6 +681,7 @@ VISIT_PROTO_FIELDS(const sync_pb::PrinterSpecifics& proto) {
|
| VISIT(uri);
|
| VISIT(uuid);
|
| VISIT(ppd_reference);
|
| + VISIT(make_and_model);
|
| }
|
|
|
| VISIT_PROTO_FIELDS(const sync_pb::PriorityPreferenceSpecifics& proto) {
|
|
|