Chromium Code Reviews| Index: components/sync/base/attachment_id_proto_unittest.cc | 
| diff --git a/components/sync/base/attachment_id_proto_unittest.cc b/components/sync/base/attachment_id_proto_unittest.cc | 
| index 65ede8401614714d76678e5f998871dc6275d116..d01dfcb802018918cbc84502d600ceddb1db6466 100644 | 
| --- a/components/sync/base/attachment_id_proto_unittest.cc | 
| +++ b/components/sync/base/attachment_id_proto_unittest.cc | 
| @@ -10,7 +10,7 @@ | 
| namespace syncer { | 
| -typedef testing::Test AttachmentIdProtoTest; | 
| +using AttachmentIdProtoTest = testing::Test; | 
| // Verify that that we generate a proto with a properly formatted unique_id | 
| // field. |