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 986c7a9466269332cec976bdfd3cfcd1e1fb0188..11c9674efbd456a1c376769102cefefba0f8b23c 100644 |
--- a/sync/protocol/proto_value_conversions_unittest.cc |
+++ b/sync/protocol/proto_value_conversions_unittest.cc |
@@ -363,5 +363,9 @@ TEST_F(ProtoValueConversionsTest, ClientToServerResponseToValue) { |
"get_updates.entries")); |
} |
+TEST_F(ProtoValueConversionsTest, SyncAttachmentIdToValue) { |
+ TestSpecificsToValue(SyncAttachmentIdToValue); |
+} |
+ |
} // namespace |
} // namespace syncer |