Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(929)

Unified Diff: third_party/WebKit/Source/modules/cachestorage/CacheStorage.h

Issue 2846843002: [blink] Unique pointers in Platform.h (Closed)
Patch Set: fix content_shell compilation Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/cachestorage/CacheStorage.h
diff --git a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.h b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.h
index f8b4101e850d9b6e153e7687a3bc8d7c861c36c5..82d7638ef16c66ace0a876de7727954cdf78b3b4 100644
--- a/third_party/WebKit/Source/modules/cachestorage/CacheStorage.h
+++ b/third_party/WebKit/Source/modules/cachestorage/CacheStorage.h
@@ -29,7 +29,7 @@ class CacheStorage final : public GarbageCollectedFinalized<CacheStorage>,
public:
static CacheStorage* Create(GlobalFetch::ScopedFetcher*,
- WebServiceWorkerCacheStorage*);
+ std::unique_ptr<WebServiceWorkerCacheStorage>);
~CacheStorage();
void Dispose();

Powered by Google App Engine
This is Rietveld 408576698