| 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 f7384008f2a40670269bb597d33d834ddebf3e16..56a26acaf439dc0f0cef6c49af0748e8bad88aa5 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| @@ -60,6 +60,7 @@ class MockServiceWorkerContextClient : public WebServiceWorkerContextClient {
|
| NOTREACHED();
|
| }
|
| void OpenWindow(const WebURL&,
|
| + const WebURL&,
|
| std::unique_ptr<WebServiceWorkerClientCallbacks>) override {
|
| NOTREACHED();
|
| }
|
|
|