| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
 | 
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
 | 
| index 11a0c75e55e61dd76160e2484c5dadd661ee3748..cd45f77f59368d777b27dc168b4c79f28ecf2d10 100644
 | 
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
 | 
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
 | 
| @@ -33,10 +33,10 @@
 | 
|  
 | 
|  #include "core/dom/MessagePort.h"
 | 
|  #include "core/workers/WorkerClients.h"
 | 
| -#include "public/platform/WebCallbacks.h"
 | 
|  #include "public/platform/WebMessagePortChannel.h"
 | 
|  #include "public/platform/WebServiceWorkerClientsInfo.h"
 | 
|  #include "public/platform/WebServiceWorkerEventResult.h"
 | 
| +#include "public/platform/WebServiceWorkerSkipWaitingCallbacks.h"
 | 
|  #include "wtf/Forward.h"
 | 
|  #include "wtf/Noncopyable.h"
 | 
|  
 | 
| @@ -67,6 +67,7 @@ public:
 | 
|      virtual void didHandlePushEvent(int pushEventID, WebServiceWorkerEventResult) = 0;
 | 
|      virtual void didHandleSyncEvent(int syncEventID) = 0;
 | 
|      virtual void postMessageToClient(int clientID, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) = 0;
 | 
| +    virtual void skipWaiting(WebServiceWorkerSkipWaitingCallbacks*) = 0;
 | 
|  
 | 
|      static const char* supplementName();
 | 
|      static ServiceWorkerGlobalScopeClient* from(ExecutionContext*);
 | 
| 
 |