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

Unified Diff: public/platform/WebServiceWorkerClientsClaimCallbacks.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/WebServiceWorkerCache.h ('k') | public/platform/WebServiceWorkerClientsInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerClientsClaimCallbacks.h
diff --git a/public/platform/WebServiceWorkerClientsClaimCallbacks.h b/public/platform/WebServiceWorkerClientsClaimCallbacks.h
index 5db644824fd4eb200d75ebabda81bf308f54e012..fc3017e1b833ce9903d51dd52a2e776406ad0982 100644
--- a/public/platform/WebServiceWorkerClientsClaimCallbacks.h
+++ b/public/platform/WebServiceWorkerClientsClaimCallbacks.h
@@ -6,13 +6,12 @@
#define WebServiceWorkerClientsClaimCallbacks_h
#include "public/platform/WebCallbacks.h"
-#include "public/platform/WebPassOwnPtr.h"
namespace blink {
struct WebServiceWorkerError;
-using WebServiceWorkerClientsClaimCallbacks = WebCallbacks<void, WebPassOwnPtr<WebServiceWorkerError>>;
+using WebServiceWorkerClientsClaimCallbacks = WebCallbacks<void, const WebServiceWorkerError&>;
} // namespace blink
« no previous file with comments | « public/platform/WebServiceWorkerCache.h ('k') | public/platform/WebServiceWorkerClientsInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698