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

Unified Diff: content/common/mac/attributed_string_coder_unittest.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/mac/attributed_string_coder.mm ('k') | content/common/mac/font_descriptor_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_unittest.mm
diff --git a/content/common/mac/attributed_string_coder_unittest.mm b/content/common/mac/attributed_string_coder_unittest.mm
index 72ff166a1999a815acdaa7efb0cf625a027b0a89..021ea9bb5b69e39a8fde968465d508810215cf3a 100644
--- a/content/common/mac/attributed_string_coder_unittest.mm
+++ b/content/common/mac/attributed_string_coder_unittest.mm
@@ -106,7 +106,8 @@ TEST_F(AttributedStringCoderTest, NilString) {
}
TEST_F(AttributedStringCoderTest, OutOfRange) {
- AttributedStringCoder::EncodedString encoded(ASCIIToUTF16("Hello World"));
+ AttributedStringCoder::EncodedString encoded(
+ base::ASCIIToUTF16("Hello World"));
encoded.attributes()->push_back(
AttributedStringCoder::FontAttribute(
FontDescriptor([NSFont systemFontOfSize:12]),
« no previous file with comments | « content/common/mac/attributed_string_coder.mm ('k') | content/common/mac/font_descriptor_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698