chromium/third_party/blink/renderer/modules/smart_card/smart_card_cancel_algorithm.h

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_SMART_CARD_SMART_CARD_CANCEL_ALGORITHM_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_SMART_CARD_SMART_CARD_CANCEL_ALGORITHM_H_

#include "third_party/blink/renderer/core/dom/abort_signal.h"

namespace blink {

class SmartCardContext;

class SmartCardCancelAlgorithm final : public AbortSignal::Algorithm {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_MODULES_SMART_CARD_SMART_CARD_CANCEL_ALGORITHM_H_