Chromium Code Reviews| Index: components/sync/protocol/proto_enum_conversions.cc |
| diff --git a/components/sync/protocol/proto_enum_conversions.cc b/components/sync/protocol/proto_enum_conversions.cc |
| index d1386dceeaf8920a0ff4be9e8a5cea34476c8785..9c0f14f0aa8fcd93069de648be1ab00939c58db1 100644 |
| --- a/components/sync/protocol/proto_enum_conversions.cc |
| +++ b/components/sync/protocol/proto_enum_conversions.cc |
| @@ -245,6 +245,7 @@ const char* ProtoEnumToString( |
| ENUM_CASE(sync_pb::WalletMaskedCreditCard, SOLO); |
| ENUM_CASE(sync_pb::WalletMaskedCreditCard, SWITCH); |
| ENUM_CASE(sync_pb::WalletMaskedCreditCard, VISA); |
| + ENUM_CASE(sync_pb::WalletMaskedCreditCard, MIR); |
|
please use gerrit instead
2016/11/18 10:34:21
No need to modify anything sync server related.
|
| } |
| NOTREACHED(); |
| return ""; |