| Index: sync/internal_api/public/base/attachment_id_proto.cc
|
| diff --git a/sync/internal_api/public/base/attachment_id_proto.cc b/sync/internal_api/public/base/attachment_id_proto.cc
|
| index eeaa4277e0fd17e1a9bea6c2b8d5fa2e75fc75f4..52728cdf9f5b75dd974a485f22b4f0de99b0e56f 100644
|
| --- a/sync/internal_api/public/base/attachment_id_proto.cc
|
| +++ b/sync/internal_api/public/base/attachment_id_proto.cc
|
| @@ -12,7 +12,7 @@ namespace syncer {
|
|
|
| sync_pb::AttachmentIdProto CreateAttachmentIdProto() {
|
| sync_pb::AttachmentIdProto proto;
|
| - std::string guid = StringToLowerASCII(base::GenerateGUID());
|
| + std::string guid = base::StringToLowerASCII(base::GenerateGUID());
|
| DCHECK(!guid.empty());
|
| // Requirements are that this id must be a unique RFC4122 UUID, formatted in
|
| // lower case.
|
|
|