| Index: sync/protocol/proto_value_conversions_unittest.cc
|
| diff --git a/sync/protocol/proto_value_conversions_unittest.cc b/sync/protocol/proto_value_conversions_unittest.cc
|
| index 90d5423929e839fb818b5103d75f972dd60c0eca..b2c84e662b5eec7d8cd08d6b1e3e9227be9b232b 100644
|
| --- a/sync/protocol/proto_value_conversions_unittest.cc
|
| +++ b/sync/protocol/proto_value_conversions_unittest.cc
|
| @@ -368,5 +368,9 @@ TEST_F(ProtoValueConversionsTest, ClientToServerResponseToValue) {
|
| "get_updates.entries"));
|
| }
|
|
|
| +TEST_F(ProtoValueConversionsTest, AttachmentIdProtoToValue) {
|
| + TestSpecificsToValue(AttachmentIdProtoToValue);
|
| +}
|
| +
|
| } // namespace
|
| } // namespace syncer
|
|
|