| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h
 | 
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
 | 
| index dc5758b770c2dde9db4155a26fc0e03fc07a1ade..5c62ad22ab72e863e38f4009867ada39bcb15f1b 100644
 | 
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h
 | 
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
 | 
| @@ -33,6 +33,7 @@
 | 
|  
 | 
|  #include "modules/serviceworkers/ServiceWorkerGlobalScopeClient.h"
 | 
|  #include "public/platform/WebServiceWorkerClientsInfo.h"
 | 
| +#include "public/platform/WebServiceWorkerSkipWaitingCallbacks.h"
 | 
|  #include "wtf/OwnPtr.h"
 | 
|  
 | 
|  namespace blink {
 | 
| @@ -59,6 +60,7 @@ public:
 | 
|      virtual void didHandlePushEvent(int pushEventID, WebServiceWorkerEventResult) override;
 | 
|      virtual void didHandleSyncEvent(int syncEventID) override;
 | 
|      virtual void postMessageToClient(int clientID, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) override;
 | 
| +    virtual void skipWaiting(WebServiceWorkerSkipWaitingCallbacks*) override;
 | 
|  
 | 
|      virtual void trace(Visitor* visitor) override { ServiceWorkerGlobalScopeClient::trace(visitor); }
 | 
|  
 | 
| 
 |