| Index: third_party/WebKit/Source/modules/cachestorage/Cache.cpp
|
| diff --git a/third_party/WebKit/Source/modules/cachestorage/Cache.cpp b/third_party/WebKit/Source/modules/cachestorage/Cache.cpp
|
| index 2c89c8a3f81507533e3dfee6e60354d80f4347f7..6cf2390c4d37cfbd0cb2c05ab616b04d7068630d 100644
|
| --- a/third_party/WebKit/Source/modules/cachestorage/Cache.cpp
|
| +++ b/third_party/WebKit/Source/modules/cachestorage/Cache.cpp
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "modules/cachestorage/Cache.h"
|
|
|
| +#include <memory>
|
| +#include <utility>
|
| #include "bindings/core/v8/CallbackPromiseAdapter.h"
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| @@ -22,8 +24,6 @@
|
| #include "platform/HTTPNames.h"
|
| #include "platform/Histogram.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerCache.h"
|
| -#include <memory>
|
| -#include <utility>
|
|
|
| namespace blink {
|
|
|
|
|