| Index: content/common/mac/attributed_string_coder.mm
|
| diff --git a/content/common/mac/attributed_string_coder.mm b/content/common/mac/attributed_string_coder.mm
|
| index f14103bde0f587e2dfed3258e586ef53def52171..bcd8b118c5543ee773bab42063fc2d19a2416d61 100644
|
| --- a/content/common/mac/attributed_string_coder.mm
|
| +++ b/content/common/mac/attributed_string_coder.mm
|
| @@ -139,7 +139,7 @@ bool ParamTraits<AttributedStringCoder::EncodedString>::Read(
|
|
|
| void ParamTraits<AttributedStringCoder::EncodedString>::Log(
|
| const param_type& p, std::string* l) {
|
| - l->append(UTF16ToUTF8(p.string()));
|
| + l->append(base::UTF16ToUTF8(p.string()));
|
| }
|
|
|
| void ParamTraits<AttributedStringCoder::FontAttribute>::Write(
|
|
|