| Index: third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h b/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| index 556c76229cb1b7fbb31265ca10a567d5014731fd..0509a223e599178de3691f532a4032d146308d67 100644
|
| --- a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| @@ -49,7 +49,7 @@ class SharedWorkerRepositoryClientImpl final
|
| public:
|
| static std::unique_ptr<SharedWorkerRepositoryClientImpl> create(
|
| WebSharedWorkerRepositoryClient* client) {
|
| - return wrapUnique(new SharedWorkerRepositoryClientImpl(client));
|
| + return WTF::wrapUnique(new SharedWorkerRepositoryClientImpl(client));
|
| }
|
|
|
| ~SharedWorkerRepositoryClientImpl() override {}
|
|
|