Index: content/renderer/background_sync/background_sync_client_impl.h |
diff --git a/content/renderer/background_sync/background_sync_client_impl.h b/content/renderer/background_sync/background_sync_client_impl.h |
index a264ffc95144835077fcea7a5e96c9e775218a59..921ca854ebdd5045b0a18c06663cbfde638b2deb 100644 |
--- a/content/renderer/background_sync/background_sync_client_impl.h |
+++ b/content/renderer/background_sync/background_sync_client_impl.h |
@@ -26,6 +26,8 @@ |
~BackgroundSyncClientImpl() override; |
private: |
+ using SyncCallback = |
+ mojo::Callback<void(blink::mojom::ServiceWorkerEventStatus)>; |
explicit BackgroundSyncClientImpl( |
mojo::InterfaceRequest<blink::mojom::BackgroundSyncServiceClient> |
request); |