| Index: xfa/fwl/ifwl_themeprovider.h
|
| diff --git a/xfa/fwl/core/ifwl_themeprovider.h b/xfa/fwl/ifwl_themeprovider.h
|
| similarity index 85%
|
| rename from xfa/fwl/core/ifwl_themeprovider.h
|
| rename to xfa/fwl/ifwl_themeprovider.h
|
| index e376cb1eea821befcb670543c1cfeda31ee76ba8..69932e7fc9ca24d925abf482ce751fed662c5414 100644
|
| --- a/xfa/fwl/core/ifwl_themeprovider.h
|
| +++ b/xfa/fwl/ifwl_themeprovider.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_CORE_IFWL_THEMEPROVIDER_H_
|
| -#define XFA_FWL_CORE_IFWL_THEMEPROVIDER_H_
|
| +#ifndef XFA_FWL_IFWL_THEMEPROVIDER_H_
|
| +#define XFA_FWL_IFWL_THEMEPROVIDER_H_
|
|
|
| #include "core/fxcrt/fx_coordinates.h"
|
| #include "xfa/fwl/theme/cfwl_widgettp.h"
|
| @@ -26,4 +26,4 @@ class IFWL_ThemeProvider {
|
| virtual void CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) = 0;
|
| };
|
|
|
| -#endif // XFA_FWL_CORE_IFWL_THEMEPROVIDER_H_
|
| +#endif // XFA_FWL_IFWL_THEMEPROVIDER_H_
|
|
|