| Index: xfa/fwl/core/ifwl_comboedit.h
|
| diff --git a/xfa/fwl/core/ifwl_comboedit.h b/xfa/fwl/core/ifwl_comboedit.h
|
| index 59aa9956e97483f0d894aa53fb447d9a1e856919..f50a7258ddd32d5fc1110e00930a2e41a6b037c4 100644
|
| --- a/xfa/fwl/core/ifwl_comboedit.h
|
| +++ b/xfa/fwl/core/ifwl_comboedit.h
|
| @@ -7,7 +7,7 @@
|
| #ifndef XFA_FWL_CORE_IFWL_COMBOEDIT_H_
|
| #define XFA_FWL_CORE_IFWL_COMBOEDIT_H_
|
|
|
| -#include "xfa/fwl/core/cfwl_widgetimpproperties.h"
|
| +#include "xfa/fwl/core/cfwl_widgetproperties.h"
|
| #include "xfa/fwl/core/ifwl_edit.h"
|
| #include "xfa/fwl/core/ifwl_widget.h"
|
|
|
| @@ -16,7 +16,7 @@ class IFWL_ComboBox;
|
| class IFWL_ComboEdit : public IFWL_Edit {
|
| public:
|
| IFWL_ComboEdit(const IFWL_App* app,
|
| - const CFWL_WidgetImpProperties& properties,
|
| + std::unique_ptr<CFWL_WidgetProperties> properties,
|
| IFWL_Widget* pOuter);
|
|
|
| // IFWL_Edit.
|
|
|