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

Unified Diff: public/platform/WebServiceWorkerCache.h

Issue 1240763002: CallbackPromiseAdapter types should be more compatible with WebCallbacks (3/3). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 4 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
« no previous file with comments | « public/platform/WebGeofencingProvider.h ('k') | public/platform/WebServiceWorkerClientsClaimCallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerCache.h
diff --git a/public/platform/WebServiceWorkerCache.h b/public/platform/WebServiceWorkerCache.h
index 85f75e8a25533e449e6d6b20701a7c50cdda5511..d8044b065da0aa10a79f5955a45004650fbc1bac 100644
--- a/public/platform/WebServiceWorkerCache.h
+++ b/public/platform/WebServiceWorkerCache.h
@@ -7,7 +7,6 @@
#include "public/platform/WebCallbacks.h"
#include "public/platform/WebCommon.h"
-#include "public/platform/WebPassOwnPtr.h"
#include "public/platform/WebServiceWorkerCacheError.h"
#include "public/platform/WebServiceWorkerRequest.h"
#include "public/platform/WebServiceWorkerResponse.h"
@@ -24,7 +23,7 @@ public:
using CacheMatchCallbacks = WebCallbacks<WebServiceWorkerResponse*, WebServiceWorkerCacheError*>;
using CacheWithResponsesCallbacks = WebCallbacks<WebVector<WebServiceWorkerResponse>*, WebServiceWorkerCacheError*>;
using CacheWithRequestsCallbacks = WebCallbacks<WebVector<WebServiceWorkerRequest>*, WebServiceWorkerCacheError*>;
- using CacheBatchCallbacks = WebCallbacks<void, WebPassOwnPtr<WebServiceWorkerCacheError>>;
+ using CacheBatchCallbacks = WebCallbacks<void, WebServiceWorkerCacheError>;
virtual ~WebServiceWorkerCache() { }
« no previous file with comments | « public/platform/WebGeofencingProvider.h ('k') | public/platform/WebServiceWorkerClientsClaimCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698