// 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. #include "chrome/browser/ui/autofill/payments/save_payment_icon_controller.h" #include "chrome/app/chrome_command_ids.h" #include "chrome/browser/ui/autofill/payments/iban_bubble_controller_impl.h" #include "chrome/browser/ui/autofill/payments/save_card_bubble_controller_impl.h" namespace autofill { // static SavePaymentIconController* SavePaymentIconController::Get( content::WebContents* web_contents, int command_id) { … } } // namespace autofill