// 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 CHROME_BROWSER_UI_VIEWS_PAYMENTS_VALIDATING_COMBOBOX_H_ #define CHROME_BROWSER_UI_VIEWS_PAYMENTS_VALIDATING_COMBOBOX_H_ #include <memory> #include "chrome/browser/ui/views/payments/validation_delegate.h" #include "ui/base/metadata/metadata_header_macros.h" #include "ui/base/models/combobox_model_observer.h" #include "ui/views/controls/combobox/combobox.h" namespace payments { class ValidatingCombobox : public views::Combobox { … }; } // namespace payments #endif // CHROME_BROWSER_UI_VIEWS_PAYMENTS_VALIDATING_COMBOBOX_H_