| Index: xfa/fwl/theme/cfwl_barcodetp.h
|
| diff --git a/xfa/include/fwl/theme/barcodetp.h b/xfa/fwl/theme/cfwl_barcodetp.h
|
| similarity index 68%
|
| rename from xfa/include/fwl/theme/barcodetp.h
|
| rename to xfa/fwl/theme/cfwl_barcodetp.h
|
| index 89c9a679f35de4478f1174d29c98b2648e8d1fad..0a03f4980519431db7f99d268b7307c1ede615d0 100644
|
| --- a/xfa/include/fwl/theme/barcodetp.h
|
| +++ b/xfa/fwl/theme/cfwl_barcodetp.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_INCLUDE_FWL_THEME_BARCODETP_H_
|
| -#define XFA_INCLUDE_FWL_THEME_BARCODETP_H_
|
| +#ifndef XFA_FWL_THEME_CFWL_BARCODETP_H_
|
| +#define XFA_FWL_THEME_CFWL_BARCODETP_H_
|
|
|
| -#include "xfa/include/fwl/theme/utils.h"
|
| -#include "xfa/include/fwl/theme/widgettp.h"
|
| +#include "xfa/fwl/theme/cfwl_utils.h"
|
| +#include "xfa/fwl/theme/cfwl_widgettp.h"
|
|
|
| class CFWL_BarcodeTP : public CFWL_WidgetTP {
|
| public:
|
| @@ -18,4 +18,4 @@ class CFWL_BarcodeTP : public CFWL_WidgetTP {
|
| virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
|
| };
|
|
|
| -#endif // XFA_INCLUDE_FWL_THEME_BARCODETP_H_
|
| +#endif // XFA_FWL_THEME_CFWL_BARCODETP_H_
|
|
|