| Index: third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| diff --git a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| index e8a09ae1d4b5590613fbdd54d2531342547bca95..f5885357ba42a9a35e09d7b091eff1fb8f522d73 100644
|
| --- a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| +++ b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "modules/cachestorage/CacheStorage.h"
|
|
|
| +#include <memory>
|
| +#include <utility>
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "core/dom/DOMException.h"
|
| @@ -15,8 +17,6 @@
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerCacheError.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerCacheStorage.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| -#include <utility>
|
|
|
| namespace blink {
|
|
|
|
|