// Copyright 2017 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_REQUEST_DIALOG_H_ #define COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_DIALOG_H_ #include "components/autofill/core/browser/payments/full_card_request.h" #include "components/payments/content/payment_request_display_manager.h" namespace payments { // Used to interact with a cross-platform Payment Request dialog. class PaymentRequestDialog { … }; } // namespace payments #endif // COMPONENTS_PAYMENTS_CONTENT_PAYMENT_REQUEST_DIALOG_H_