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

Unified Diff: public/platform/modules/background_sync/WebSyncClient.h

Issue 1311053002: [BackgroundSync] Use appopriate type parameters for WebCallbacks (2/4) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: public/platform/modules/background_sync/WebSyncClient.h
diff --git a/public/platform/modules/background_sync/WebSyncClient.h b/public/platform/modules/background_sync/WebSyncClient.h
index bb690c970f97fc3527f32824e3d472624aab30e9..2b538c2bd7623c863f85a4c67b7ed54164f15951 100644
--- a/public/platform/modules/background_sync/WebSyncClient.h
+++ b/public/platform/modules/background_sync/WebSyncClient.h
@@ -7,14 +7,13 @@
#include "public/platform/WebCallbacks.h"
#include "public/platform/modules/background_sync/WebSyncError.h"
+#include "public/platform/modules/background_sync/WebSyncProvider.h"
namespace blink {
class WebServiceWorkerRegistration;
struct WebSyncRegistration;
-using WebSyncRegistrationCallbacks = WebCallbacks<WebSyncRegistration*, WebSyncError*>;
-
class WebSyncClient {
public:
virtual ~WebSyncClient() { }
« no previous file with comments | « Source/modules/background_sync/SyncRegistration.cpp ('k') | public/platform/modules/background_sync/WebSyncProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698