// Copyright 2020 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_PAYMENTS_CONTENT_ANDROID_PAYMENT_APP_FACTORY_H_ #define COMPONENTS_PAYMENTS_CONTENT_ANDROID_PAYMENT_APP_FACTORY_H_ #include "base/memory/weak_ptr.h" #include "components/payments/content/payment_app_factory.h" namespace payments { class AndroidAppCommunication; // Retrieves Android payment apps. class AndroidPaymentAppFactory : public PaymentAppFactory { … }; } // namespace payments #endif // COMPONENTS_PAYMENTS_CONTENT_ANDROID_PAYMENT_APP_FACTORY_H_