| Index: xfa/fxfa/app/xfa_ffsignature.h
|
| diff --git a/xfa/src/fxfa/app/xfa_ffsignature.h b/xfa/fxfa/app/xfa_ffsignature.h
|
| similarity index 90%
|
| rename from xfa/src/fxfa/app/xfa_ffsignature.h
|
| rename to xfa/fxfa/app/xfa_ffsignature.h
|
| index 6c7a6141571f43d21d025ce787794b7b098655a7..f976fed1023acae642bbc2557fb0cad2832831a1 100644
|
| --- a/xfa/src/fxfa/app/xfa_ffsignature.h
|
| +++ b/xfa/fxfa/app/xfa_ffsignature.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_APP_XFA_FFSIGNATURE_H_
|
| -#define XFA_SRC_FXFA_APP_XFA_FFSIGNATURE_H_
|
| +#ifndef XFA_FXFA_APP_XFA_FFSIGNATURE_H_
|
| +#define XFA_FXFA_APP_XFA_FFSIGNATURE_H_
|
|
|
| -#include "xfa/src/fxfa/app/xfa_fffield.h"
|
| +#include "xfa/fxfa/app/xfa_fffield.h"
|
|
|
| class CXFA_FFSignature final : public CXFA_FFField {
|
| public:
|
| @@ -40,4 +40,4 @@ class CXFA_FFSignature final : public CXFA_FFField {
|
| virtual FX_BOOL OnSetCursor(FX_FLOAT fx, FX_FLOAT fy);
|
| };
|
|
|
| -#endif // XFA_SRC_FXFA_APP_XFA_FFSIGNATURE_H_
|
| +#endif // XFA_FXFA_APP_XFA_FFSIGNATURE_H_
|
|
|