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

#include "components/one_time_tokens/core/browser/sms_otp_backend.h"

namespace one_time_tokens {

SmsOtpBackend::~SmsOtpBackend() = default;

}  // namespace one_time_tokens
