| Index: components/sync/protocol/proto_visitors.h
|
| diff --git a/components/sync/protocol/proto_visitors.h b/components/sync/protocol/proto_visitors.h
|
| index 350b715e234dde3f9569e53cbd01dc421ab69204..9ca3c5cd8c82f39e1fb2f22352cb45a5363e8af2 100644
|
| --- a/components/sync/protocol/proto_visitors.h
|
| +++ b/components/sync/protocol/proto_visitors.h
|
| @@ -205,8 +205,7 @@ VISIT_PROTO_FIELDS(const sync_pb::ArcPackageSpecifics& proto) {
|
|
|
| VISIT_PROTO_FIELDS(const sync_pb::PrinterPPDReference& proto) {
|
| VISIT(user_supplied_ppd_url);
|
| - VISIT(effective_manufacturer);
|
| - VISIT(effective_model);
|
| + VISIT(ppd_server_key);
|
| }
|
|
|
| VISIT_PROTO_FIELDS(const sync_pb::ReadingListSpecifics& proto) {
|
|
|