| Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
|
| diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRequest.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
|
| index 3c1d0d7fe869e715e0da064f1276bb50cea4b7b9..e2db70ebf598598193d7ded80ebbfa7a2fc86451 100644
|
| --- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
|
| +++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
|
| @@ -13,11 +13,11 @@
|
| #include "public/platform/WebURLRequest.h"
|
|
|
| #if INSIDE_BLINK
|
| +#include <utility>
|
| #include "platform/network/HTTPHeaderMap.h"
|
| #include "platform/weborigin/Referrer.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/text/StringHash.h"
|
| -#include <utility>
|
| #endif
|
|
|
| namespace blink {
|
|
|