| Index: third_party/WebKit/Source/web/tests/MediaElementFillingViewportTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/MediaElementFillingViewportTest.cpp b/third_party/WebKit/Source/web/tests/MediaElementFillingViewportTest.cpp
|
| index 5378c0ba16128a9e06cc4bd29aa6416aaf29c6ed..e5612fbe75e355f65f8b93ef7f9095545f15146b 100644
|
| --- a/third_party/WebKit/Source/web/tests/MediaElementFillingViewportTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/MediaElementFillingViewportTest.cpp
|
| @@ -31,7 +31,7 @@ class MediaElementFillingViewportTest : public SimTest {
|
|
|
| std::unique_ptr<SimRequest> createMainResource() {
|
| std::unique_ptr<SimRequest> mainResource =
|
| - wrapUnique(new SimRequest("https://example.com/", "text/html"));
|
| + WTF::wrapUnique(new SimRequest("https://example.com/", "text/html"));
|
| loadURL("https://example.com");
|
| return mainResource;
|
| }
|
|
|