| Index: xfa/fxfa/app/xfa_ffpath.h
|
| diff --git a/xfa/src/fxfa/app/xfa_ffpath.h b/xfa/fxfa/app/xfa_ffpath.h
|
| similarity index 89%
|
| rename from xfa/src/fxfa/app/xfa_ffpath.h
|
| rename to xfa/fxfa/app/xfa_ffpath.h
|
| index a215812b9039295f025de4f43e8cffb5b542f884..2b2c40d01b070e424e37248cadf59d89019a6716 100644
|
| --- a/xfa/src/fxfa/app/xfa_ffpath.h
|
| +++ b/xfa/fxfa/app/xfa_ffpath.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_APP_XFA_FFPATH_H_
|
| -#define XFA_SRC_FXFA_APP_XFA_FFPATH_H_
|
| +#ifndef XFA_FXFA_APP_XFA_FFPATH_H_
|
| +#define XFA_FXFA_APP_XFA_FFPATH_H_
|
|
|
| -#include "xfa/src/fxfa/app/xfa_ffdraw.h"
|
| +#include "xfa/fxfa/app/xfa_ffdraw.h"
|
|
|
| class CXFA_FFLine : public CXFA_FFDraw {
|
| public:
|
| @@ -40,4 +40,4 @@ class CXFA_FFRectangle : public CXFA_FFDraw {
|
| int32_t iRotate = 0);
|
| };
|
|
|
| -#endif // XFA_SRC_FXFA_APP_XFA_FFPATH_H_
|
| +#endif // XFA_FXFA_APP_XFA_FFPATH_H_
|
|
|