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 6d9385e7218a50cbadd96421f0be9ef22c676aac..fefaf1c863ef7e0bac840722e39c273b8b6f229c 100644 |
--- a/third_party/WebKit/Source/modules/cachestorage/Cache.cpp |
+++ b/third_party/WebKit/Source/modules/cachestorage/Cache.cpp |
@@ -23,9 +23,10 @@ |
#include "platform/HTTPNames.h" |
#include "platform/Histogram.h" |
#include "platform/RuntimeEnabledFeatures.h" |
-#include "public/platform/WebPassOwnPtr.h" |
#include "public/platform/modules/serviceworker/WebServiceWorkerCache.h" |
+#include <memory> |
+ |
namespace blink { |
namespace { |