// 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. #include "third_party/blink/renderer/modules/smart_card/smart_card_cancel_algorithm.h" #include "third_party/blink/renderer/modules/smart_card/smart_card_context.h" namespace blink { SmartCardCancelAlgorithm::SmartCardCancelAlgorithm( SmartCardContext* blink_scard_context) : … { … } SmartCardCancelAlgorithm::~SmartCardCancelAlgorithm() = default; void SmartCardCancelAlgorithm::Run() { … } void SmartCardCancelAlgorithm::Trace(Visitor* visitor) const { … } } // namespace blink