| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| index beb834fa975bdccd9b682aced0901ec42c386e2c..201ad80cbeb4fa07e81975709e27cc3a5b444844 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef ServiceWorkerContainer_h
|
| #define ServiceWorkerContainer_h
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptPromiseProperty.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| @@ -44,7 +45,6 @@
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerProvider.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h"
|
| #include "wtf/Forward.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|