| Index: third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| index 4b185c650973733a0e36ac4b748808945c348306..a2ccb3b24eab3e28053595d46f2214557b471d9f 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
|
| @@ -47,7 +47,7 @@ namespace {
|
|
|
| std::unique_ptr<ImageDecoder> createDecoder(
|
| ImageDecoder::AlphaOption alphaOption) {
|
| - return wrapUnique(new WEBPImageDecoder(
|
| + return WTF::wrapUnique(new WEBPImageDecoder(
|
| alphaOption, ColorBehavior::transformToTargetForTesting(),
|
| ImageDecoder::noDecodedImageByteLimit));
|
| }
|
|
|