| Index: xfa/fwl/core/ifwl_comboedit.cpp
 | 
| diff --git a/xfa/fwl/core/ifwl_comboedit.cpp b/xfa/fwl/core/ifwl_comboedit.cpp
 | 
| index 07fe5150ad6c9e20ebce0e8aadb7f95c55e674c1..7d1260315cd6bfbc4762944ba8c8cac17dd1e8a8 100644
 | 
| --- a/xfa/fwl/core/ifwl_comboedit.cpp
 | 
| +++ b/xfa/fwl/core/ifwl_comboedit.cpp
 | 
| @@ -14,7 +14,7 @@
 | 
|  #include "xfa/fwl/core/ifwl_combobox.h"
 | 
|  
 | 
|  IFWL_ComboEdit::IFWL_ComboEdit(
 | 
| -    const IFWL_App* app,
 | 
| +    const CFWL_App* app,
 | 
|      std::unique_ptr<CFWL_WidgetProperties> properties,
 | 
|      IFWL_Widget* pOuter)
 | 
|      : IFWL_Edit(app, std::move(properties), pOuter) {
 | 
| 
 |