| Index: xfa/fwl/core/ifwl_combobox.cpp
 | 
| diff --git a/xfa/fwl/core/ifwl_combobox.cpp b/xfa/fwl/core/ifwl_combobox.cpp
 | 
| index 82d9d3d5e73411ab08083588425b3001dc188be8..f2a85e68bc42b35f4438448db28aad63cfe24b9b 100644
 | 
| --- a/xfa/fwl/core/ifwl_combobox.cpp
 | 
| +++ b/xfa/fwl/core/ifwl_combobox.cpp
 | 
| @@ -13,6 +13,7 @@
 | 
|  #include "third_party/base/ptr_util.h"
 | 
|  #include "xfa/fde/cfde_txtedtengine.h"
 | 
|  #include "xfa/fde/tto/fde_textout.h"
 | 
| +#include "xfa/fwl/core/cfwl_app.h"
 | 
|  #include "xfa/fwl/core/cfwl_evteditchanged.h"
 | 
|  #include "xfa/fwl/core/cfwl_evtpostdropdown.h"
 | 
|  #include "xfa/fwl/core/cfwl_evtpredropdown.h"
 | 
| @@ -27,12 +28,11 @@
 | 
|  #include "xfa/fwl/core/cfwl_themepart.h"
 | 
|  #include "xfa/fwl/core/cfwl_themetext.h"
 | 
|  #include "xfa/fwl/core/cfwl_widgetmgr.h"
 | 
| -#include "xfa/fwl/core/ifwl_app.h"
 | 
|  #include "xfa/fwl/core/ifwl_formproxy.h"
 | 
|  #include "xfa/fwl/core/ifwl_listbox.h"
 | 
|  #include "xfa/fwl/core/ifwl_themeprovider.h"
 | 
|  
 | 
| -IFWL_ComboBox::IFWL_ComboBox(const IFWL_App* app,
 | 
| +IFWL_ComboBox::IFWL_ComboBox(const CFWL_App* app,
 | 
|                               std::unique_ptr<CFWL_WidgetProperties> properties)
 | 
|      : IFWL_Widget(app, std::move(properties), nullptr),
 | 
|        m_pComboBoxProxy(nullptr),
 | 
| 
 |