Index: third_party/WebKit/Source/web/StorageClientImpl.h |
diff --git a/third_party/WebKit/Source/web/StorageClientImpl.h b/third_party/WebKit/Source/web/StorageClientImpl.h |
index d8de1386fbe077eaeb74b3ea41a8386110f0857e..019b1d37c64101ccc43d38ccf0a2235469665a45 100644 |
--- a/third_party/WebKit/Source/web/StorageClientImpl.h |
+++ b/third_party/WebKit/Source/web/StorageClientImpl.h |
@@ -6,7 +6,6 @@ |
#define StorageClientImpl_h |
#include "modules/storage/StorageClient.h" |
-#include <memory> |
namespace blink { |
@@ -16,7 +15,7 @@ class StorageClientImpl : public StorageClient { |
public: |
explicit StorageClientImpl(WebViewImpl*); |
- std::unique_ptr<StorageNamespace> createSessionStorageNamespace() override; |
+ PassOwnPtr<StorageNamespace> createSessionStorageNamespace() override; |
bool canAccessStorage(LocalFrame*, StorageType) const override; |
private: |