| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| index bd97cc6e0a49b225a1859a32f115d50a093cf11f..9619fd5ae013cbba79ccb606e34c015f633f10cf 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| @@ -90,7 +90,8 @@ class WebEmbeddedWorkerImplTest : public ::testing::Test {
|
| protected:
|
| void SetUp() override {
|
| m_mockClient = new MockServiceWorkerContextClient();
|
| - m_worker = wrapUnique(WebEmbeddedWorker::create(m_mockClient, nullptr));
|
| + m_worker =
|
| + WTF::wrapUnique(WebEmbeddedWorker::create(m_mockClient, nullptr));
|
|
|
| WebURL scriptURL = URLTestHelpers::toKURL("https://www.example.com/sw.js");
|
| WebURLResponse response;
|
|
|