| Index: xfa/fwl/core/cfwl_combolist.h
|
| diff --git a/xfa/fwl/core/cfwl_combolist.h b/xfa/fwl/core/cfwl_combolist.h
|
| index ad97b5bed785f350691d675ae3adcd54d4690c6f..0c1cd579b0a51c15a8448e4ff6af51548dec8df3 100644
|
| --- a/xfa/fwl/core/cfwl_combolist.h
|
| +++ b/xfa/fwl/core/cfwl_combolist.h
|
| @@ -9,17 +9,17 @@
|
|
|
| #include <memory>
|
|
|
| +#include "xfa/fwl/core/cfwl_listbox.h"
|
| +#include "xfa/fwl/core/cfwl_widget.h"
|
| #include "xfa/fwl/core/cfwl_widgetproperties.h"
|
| -#include "xfa/fwl/core/ifwl_listbox.h"
|
| -#include "xfa/fwl/core/ifwl_widget.h"
|
|
|
| -class CFWL_ComboList : public IFWL_ListBox {
|
| +class CFWL_ComboList : public CFWL_ListBox {
|
| public:
|
| CFWL_ComboList(const CFWL_App* app,
|
| std::unique_ptr<CFWL_WidgetProperties> properties,
|
| - IFWL_Widget* pOuter);
|
| + CFWL_Widget* pOuter);
|
|
|
| - // IFWL_ListBox.
|
| + // CFWL_ListBox.
|
| void OnProcessMessage(CFWL_Message* pMessage) override;
|
|
|
| int32_t MatchItem(const CFX_WideString& wsMatch);
|
|
|