| Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h | 
| diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h | 
| index 2537610239290a15f0609a4f683da84327278b0b..90ea06f30197621b8ec905c4e5e0d91bc97943e1 100644 | 
| --- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h | 
| +++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h | 
| @@ -91,7 +91,6 @@ public: | 
| void didFinishDocumentLoad(WebLocalFrame*) override; | 
| bool isControlledByServiceWorker(WebDataSource&) override; | 
| int64_t serviceWorkerID(WebDataSource&) override; | 
| -    InterfaceProvider* interfaceProvider() override; | 
|  | 
| // WebDevToolsAgentClient overrides. | 
| void sendProtocolMessage(int sessionId, int callId, const WebString&, const WebString&) override; | 
|  |