| Index: Source/web/ServiceWorkerGlobalScopeProxy.cpp
 | 
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/Source/web/ServiceWorkerGlobalScopeProxy.cpp
 | 
| index 82026d900d0a0e04cd6a7a727dbd3512ab03f470..93beecded186639a0a45d77bdbc43dfc211ee1b4 100644
 | 
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.cpp
 | 
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.cpp
 | 
| @@ -39,6 +39,7 @@
 | 
|  #include "core/events/MessageEvent.h"
 | 
|  #include "core/inspector/ConsoleMessage.h"
 | 
|  #include "core/workers/WorkerGlobalScope.h"
 | 
| +#include "modules/fetch/Headers.h"
 | 
|  #include "modules/geofencing/CircularGeofencingRegion.h"
 | 
|  #include "modules/geofencing/GeofencingEvent.h"
 | 
|  #include "modules/notifications/Notification.h"
 | 
| @@ -47,7 +48,6 @@
 | 
|  #include "modules/push_messaging/PushMessageData.h"
 | 
|  #include "modules/serviceworkers/ExtendableEvent.h"
 | 
|  #include "modules/serviceworkers/FetchEvent.h"
 | 
| -#include "modules/serviceworkers/Headers.h"
 | 
|  #include "modules/serviceworkers/InstallEvent.h"
 | 
|  #include "modules/serviceworkers/ServiceWorkerGlobalScope.h"
 | 
|  #include "modules/serviceworkers/WaitUntilObserver.h"
 | 
| 
 |