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]), |