// Copyright 2019 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_PAYMENT_APP_SERVICE_H_ #define COMPONENTS_PAYMENTS_CONTENT_PAYMENT_APP_SERVICE_H_ #include <cstddef> #include <memory> #include <vector> #include "base/memory/weak_ptr.h" #include "components/payments/content/payment_app_factory.h" namespace content { class BrowserContext; } // namespace content namespace payments { // Retrieves payment apps of all types. class PaymentAppService { … }; } // namespace payments #endif // COMPONENTS_PAYMENTS_CONTENT_PAYMENT_APP_SERVICE_H_