Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2218)

Unified Diff: content/common/mac/attributed_string_coder.mm

Issue 121033002: Update uses of UTF conversions in content/ to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/handle_enumerator_win.cc ('k') | content/common/mac/attributed_string_coder_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « content/common/handle_enumerator_win.cc ('k') | content/common/mac/attributed_string_coder_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698