| Index: xfa/src/fwl/basewidget/fwl_tooltipctrlimp.h
|
| diff --git a/xfa/src/fwl/src/basewidget/fwl_tooltipctrlimp.h b/xfa/src/fwl/basewidget/fwl_tooltipctrlimp.h
|
| similarity index 91%
|
| rename from xfa/src/fwl/src/basewidget/fwl_tooltipctrlimp.h
|
| rename to xfa/src/fwl/basewidget/fwl_tooltipctrlimp.h
|
| index f72e57a68d8fd94db5b56e01d9f846c558d73755..08fb7b0639d4708512885caa85571edac17528e7 100644
|
| --- a/xfa/src/fwl/src/basewidget/fwl_tooltipctrlimp.h
|
| +++ b/xfa/src/fwl/basewidget/fwl_tooltipctrlimp.h
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FWL_SRC_BASEWIDGET_FWL_TOOLTIPCTRLIMP_H_
|
| -#define XFA_SRC_FWL_SRC_BASEWIDGET_FWL_TOOLTIPCTRLIMP_H_
|
| +#ifndef XFA_SRC_FWL_BASEWIDGET_FWL_TOOLTIPCTRLIMP_H_
|
| +#define XFA_SRC_FWL_BASEWIDGET_FWL_TOOLTIPCTRLIMP_H_
|
|
|
| #include "xfa/include/fwl/core/fwl_timer.h"
|
| -#include "xfa/src/fwl/src/core/fwl_formimp.h"
|
| -#include "xfa/src/fwl/src/core/fwl_widgetimp.h"
|
| +#include "xfa/src/fwl/core/fwl_formimp.h"
|
| +#include "xfa/src/fwl/core/fwl_widgetimp.h"
|
|
|
| class CFWL_WidgetImpProperties;
|
| class IFWL_Widget;
|
| @@ -83,4 +83,4 @@ class CFWL_ToolTipImpDelegate : public CFWL_WidgetImpDelegate {
|
| CFWL_ToolTipImp* m_pOwner;
|
| };
|
|
|
| -#endif // XFA_SRC_FWL_SRC_BASEWIDGET_FWL_TOOLTIPCTRLIMP_H_
|
| +#endif // XFA_SRC_FWL_BASEWIDGET_FWL_TOOLTIPCTRLIMP_H_
|
|
|