| 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..e035e0584b9471b3cc90a97bed84faac9be8ff69 100644
|
| --- a/components/sync/protocol/proto_visitors.h
|
| +++ b/components/sync/protocol/proto_visitors.h
|
| @@ -547,7 +547,7 @@ VISIT_PROTO_FIELDS(const sync_pb::LanguageDetection::Language& proto) {
|
|
|
| VISIT_PROTO_FIELDS(const sync_pb::LanguageDetection& proto) {
|
| VISIT_REP(detected_languages);
|
| - VISIT(adopted_language);
|
| + VISIT(adopted_language_code);
|
| }
|
|
|
| VISIT_PROTO_FIELDS(const sync_pb::LinkedAppIconInfo& proto) {
|
|
|