| Index: xfa/fwl/cfwl_widgetproperties.h
|
| diff --git a/xfa/fwl/core/cfwl_widgetproperties.h b/xfa/fwl/cfwl_widgetproperties.h
|
| similarity index 74%
|
| rename from xfa/fwl/core/cfwl_widgetproperties.h
|
| rename to xfa/fwl/cfwl_widgetproperties.h
|
| index d7bf72e9f9eabbecfb4e3ef4c7254aa6e46409dc..065acad30f1b5fdaaa4aa2a92118f728d30136cc 100644
|
| --- a/xfa/fwl/core/cfwl_widgetproperties.h
|
| +++ b/xfa/fwl/cfwl_widgetproperties.h
|
| @@ -4,13 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_CORE_CFWL_WIDGETPROPERTIES_H_
|
| -#define XFA_FWL_CORE_CFWL_WIDGETPROPERTIES_H_
|
| +#ifndef XFA_FWL_CFWL_WIDGETPROPERTIES_H_
|
| +#define XFA_FWL_CFWL_WIDGETPROPERTIES_H_
|
|
|
| #include "core/fxcrt/fx_coordinates.h"
|
| #include "core/fxcrt/fx_system.h"
|
| -#include "xfa/fwl/core/cfwl_widget.h"
|
| -#include "xfa/fwl/core/fwl_widgetdef.h"
|
| +#include "xfa/fwl/cfwl_widget.h"
|
| +#include "xfa/fwl/fwl_widgetdef.h"
|
|
|
| class IFWL_ThemeProvider;
|
| class CFWL_Widget;
|
| @@ -29,4 +29,4 @@ class CFWL_WidgetProperties {
|
| CFWL_Widget* m_pOwner;
|
| };
|
|
|
| -#endif // XFA_FWL_CORE_CFWL_WIDGETPROPERTIES_H_
|
| +#endif // XFA_FWL_CFWL_WIDGETPROPERTIES_H_
|
|
|