// 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 "components/facilitated_payments/content/renderer/facilitated_payments_agent.h" namespace payments::facilitated { namespace { // TODO(rouslan): Add unit tests for FacilitatedPaymentsAgent. } // namespace } // namespace payments::facilitated