| Index: sync/internal_api/public/base/attachment_id_proto_unittest.cc
|
| diff --git a/sync/internal_api/public/base/attachment_id_proto_unittest.cc b/sync/internal_api/public/base/attachment_id_proto_unittest.cc
|
| index 2f9d3f037e74e9018341d10c293f9f2a17eaac2a..f6b3bdffb32359216e841e6848450a15f0cab3fd 100644
|
| --- a/sync/internal_api/public/base/attachment_id_proto_unittest.cc
|
| +++ b/sync/internal_api/public/base/attachment_id_proto_unittest.cc
|
| @@ -23,8 +23,7 @@ TEST(AttachmentIdProtoTest, UniqueIdFormat) {
|
| testing::MatchesRegex(
|
| "\\w\\w\\w\\w\\w\\w\\w\\w-\\w\\w\\w\\w-\\w\\w\\w\\w-"
|
| "\\w\\w\\w\\w-\\w\\w\\w\\w\\w\\w\\w\\w\\w\\w\\w\\w"));
|
| - EXPECT_EQ(base::StringToLowerASCII(id_proto.unique_id()),
|
| - id_proto.unique_id());
|
| + EXPECT_EQ(base::ToLowerASCII(id_proto.unique_id()), id_proto.unique_id());
|
| }
|
|
|
| TEST(AttachmentIdProtoTest, CreateAttachmentMetadata_Empty) {
|
|
|