| Index: xfa/fwl/basewidget/fwl_barcodeimp.cpp
|
| diff --git a/xfa/fwl/basewidget/fwl_barcodeimp.cpp b/xfa/fwl/basewidget/fwl_barcodeimp.cpp
|
| index 97ac8e4acb587a929e90c62f633786f50f1a75f4..1ee731399f59fe4caa155c59c01e2d72605b6707 100644
|
| --- a/xfa/fwl/basewidget/fwl_barcodeimp.cpp
|
| +++ b/xfa/fwl/basewidget/fwl_barcodeimp.cpp
|
| @@ -7,10 +7,11 @@
|
| #include "xfa/fwl/basewidget/fwl_barcodeimp.h"
|
|
|
| #include "xfa/fwl/basewidget/fwl_editimp.h"
|
| +#include "xfa/fwl/core/cfwl_themepart.h"
|
| #include "xfa/fwl/core/fwl_noteimp.h"
|
| #include "xfa/fwl/core/fwl_targetimp.h"
|
| #include "xfa/fwl/core/fwl_widgetimp.h"
|
| -#include "xfa/include/fwl/core/fwl_theme.h"
|
| +#include "xfa/fwl/core/ifwl_themeprovider.h"
|
|
|
| // static
|
| IFWL_Barcode* IFWL_Barcode::Create(const CFWL_WidgetImpProperties& properties) {
|
|
|