| Index: sync/protocol/proto_value_conversions.cc
|
| diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc
|
| index 496a35d26993136782d24ff345ccfc74012ffefe..4e89928a41370d432c9030374cdb582e8f14793f 100644
|
| --- a/sync/protocol/proto_value_conversions.cc
|
| +++ b/sync/protocol/proto_value_conversions.cc
|
| @@ -1053,6 +1053,13 @@ base::DictionaryValue* ClientConfigParamsToValue(
|
| return value;
|
| }
|
|
|
| +base::DictionaryValue* AttachmentIdProtoToValue(
|
| + const sync_pb::AttachmentIdProto& proto) {
|
| + base::DictionaryValue* value = new base::DictionaryValue();
|
| + SET_STR(unique_id);
|
| + return value;
|
| +}
|
| +
|
| #undef SET
|
| #undef SET_REP
|
|
|
|
|