| Index: xfa/src/fee/ifde_txtedtpage.h
|
| diff --git a/xfa/src/fee/include/ifde_txtedtpage.h b/xfa/src/fee/ifde_txtedtpage.h
|
| similarity index 91%
|
| rename from xfa/src/fee/include/ifde_txtedtpage.h
|
| rename to xfa/src/fee/ifde_txtedtpage.h
|
| index 884b752d82cff5127c1f5f275cb3298f7cd9980e..c0236ff0b05a84f2c03ac0f839bcc21fe64d434b 100644
|
| --- a/xfa/src/fee/include/ifde_txtedtpage.h
|
| +++ b/xfa/src/fee/ifde_txtedtpage.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FEE_INCLUDE_IFDE_TXTEDTPAGE_H_
|
| -#define XFA_SRC_FEE_INCLUDE_IFDE_TXTEDTPAGE_H_
|
| +#ifndef XFA_SRC_FEE_IFDE_TXTEDTPAGE_H_
|
| +#define XFA_SRC_FEE_IFDE_TXTEDTPAGE_H_
|
|
|
| #include "core/include/fxge/fx_ge.h"
|
| #include "xfa/src/fdp/include/fde_psr.h"
|
| @@ -39,4 +39,4 @@ class IFDE_TxtEdtPage : public IFDE_CanvasSet, public IFX_TxtAccess {
|
| virtual const CFX_RectF& GetContentsBox() = 0;
|
| };
|
|
|
| -#endif // XFA_SRC_FEE_INCLUDE_IFDE_TXTEDTPAGE_H_
|
| +#endif // XFA_SRC_FEE_IFDE_TXTEDTPAGE_H_
|
|
|