| 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 6f029addfd276998efb1abb4d4a1d5dacea70d33..5321e2b7e92acb86338347f85bde32da9974cf37 100644
|
| --- a/sync/internal_api/public/base/attachment_id_proto_unittest.cc
|
| +++ b/sync/internal_api/public/base/attachment_id_proto_unittest.cc
|
| @@ -23,7 +23,8 @@ 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(StringToLowerASCII(id_proto.unique_id()), id_proto.unique_id());
|
| + EXPECT_EQ(base::StringToLowerASCII(id_proto.unique_id()),
|
| + id_proto.unique_id());
|
| }
|
|
|
| TEST(AttachmentIdProtoTest, CreateAttachmentMetadata_Empty) {
|
|
|