Index: third_party/WebKit/Source/wtf/text/TextCodecReplacement.cpp |
diff --git a/third_party/WebKit/Source/wtf/text/TextCodecReplacement.cpp b/third_party/WebKit/Source/wtf/text/TextCodecReplacement.cpp |
index ae46e6a493df4efe1c77606c5943bf452d086315..113a1bc5f61959843861fa40df8f8bd59d402fee 100644 |
--- a/third_party/WebKit/Source/wtf/text/TextCodecReplacement.cpp |
+++ b/third_party/WebKit/Source/wtf/text/TextCodecReplacement.cpp |
@@ -32,7 +32,7 @@ void TextCodecReplacement::registerEncodingNames( |
static std::unique_ptr<TextCodec> newStreamingTextDecoderReplacement( |
const TextEncoding&, |
const void*) { |
- return wrapUnique(new TextCodecReplacement); |
+ return WTF::wrapUnique(new TextCodecReplacement); |
} |
void TextCodecReplacement::registerCodecs(TextCodecRegistrar registrar) { |