// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_AUTOFILL_PAYMENTS_CREDIT_CARD_SCANNER_VIEW_H_ #define CHROME_BROWSER_UI_AUTOFILL_PAYMENTS_CREDIT_CARD_SCANNER_VIEW_H_ #include <memory> #include "base/memory/weak_ptr.h" namespace content { class WebContents; } namespace autofill { class CreditCardScannerViewDelegate; // View for the credit card scanner UI. Owned by the controller. class CreditCardScannerView { … }; } // namespace autofill #endif // CHROME_BROWSER_UI_AUTOFILL_PAYMENTS_CREDIT_CARD_SCANNER_VIEW_H_