// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_FACILITATED_PAYMENTS_CORE_UTIL_PIX_CODE_VALIDATOR_H_ #define COMPONENTS_FACILITATED_PAYMENTS_CORE_UTIL_PIX_CODE_VALIDATOR_H_ #include <string> #include <utility> #include "base/functional/callback_forward.h" #include "components/facilitated_payments/core/mojom/pix_code_validator.mojom.h" namespace payments::facilitated { class PixCodeValidator : public mojom::PixCodeValidator { … }; } // namespace payments::facilitated #endif // COMPONENTS_FACILITATED_PAYMENTS_CORE_UTIL_PIX_CODE_VALIDATOR_H_