| Index: xfa/fee/ifde_txtedtpage.h
|
| diff --git a/xfa/src/fee/ifde_txtedtpage.h b/xfa/fee/ifde_txtedtpage.h
|
| similarity index 88%
|
| rename from xfa/src/fee/ifde_txtedtpage.h
|
| rename to xfa/fee/ifde_txtedtpage.h
|
| index f76498d7ed66f6ca32e879324926b587609f2e19..ec5912d0f1692cdcc1a5ecf815ecfc7f13d7f25a 100644
|
| --- a/xfa/src/fee/ifde_txtedtpage.h
|
| +++ b/xfa/fee/ifde_txtedtpage.h
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FEE_IFDE_TXTEDTPAGE_H_
|
| -#define XFA_SRC_FEE_IFDE_TXTEDTPAGE_H_
|
| +#ifndef XFA_FEE_IFDE_TXTEDTPAGE_H_
|
| +#define XFA_FEE_IFDE_TXTEDTPAGE_H_
|
|
|
| #include "core/include/fxge/fx_ge.h"
|
| -#include "xfa/src/fde/fde_visualset.h"
|
| -#include "xfa/src/fgas/layout/fgas_textbreak.h"
|
| +#include "xfa/fde/fde_visualset.h"
|
| +#include "xfa/fgas/layout/fgas_textbreak.h"
|
|
|
| class IFDE_TxtEdtEngine;
|
| class IFDE_TxtEdtPage : public IFDE_CanvasSet, public IFX_TxtAccess {
|
| @@ -39,4 +39,4 @@ class IFDE_TxtEdtPage : public IFDE_CanvasSet, public IFX_TxtAccess {
|
| virtual const CFX_RectF& GetContentsBox() = 0;
|
| };
|
|
|
| -#endif // XFA_SRC_FEE_IFDE_TXTEDTPAGE_H_
|
| +#endif // XFA_FEE_IFDE_TXTEDTPAGE_H_
|
|
|