| Index: xfa/fxfa/app/xfa_ffdochandler.h
|
| diff --git a/xfa/src/fxfa/app/xfa_ffdochandler.h b/xfa/fxfa/app/xfa_ffdochandler.h
|
| similarity index 93%
|
| rename from xfa/src/fxfa/app/xfa_ffdochandler.h
|
| rename to xfa/fxfa/app/xfa_ffdochandler.h
|
| index e324bff81dc514ee59cf0bd0a261aea1227f6a16..47dd85fa81767acfbc56e0c479d8ddebf69fdbd6 100644
|
| --- a/xfa/src/fxfa/app/xfa_ffdochandler.h
|
| +++ b/xfa/fxfa/app/xfa_ffdochandler.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_APP_XFA_FFDOCHANDLER_H_
|
| -#define XFA_SRC_FXFA_APP_XFA_FFDOCHANDLER_H_
|
| +#ifndef XFA_FXFA_APP_XFA_FFDOCHANDLER_H_
|
| +#define XFA_FXFA_APP_XFA_FFDOCHANDLER_H_
|
|
|
| #include "xfa/include/fxfa/fxfa.h"
|
|
|
| @@ -47,4 +47,4 @@ class CXFA_FFDocHandler : public IXFA_DocHandler {
|
| protected:
|
| };
|
|
|
| -#endif // XFA_SRC_FXFA_APP_XFA_FFDOCHANDLER_H_
|
| +#endif // XFA_FXFA_APP_XFA_FFDOCHANDLER_H_
|
|
|