| Index: xfa/fxfa/fm2js/xfa_error.h
|
| diff --git a/xfa/src/fxfa/fm2js/xfa_error.h b/xfa/fxfa/fm2js/xfa_error.h
|
| similarity index 86%
|
| rename from xfa/src/fxfa/fm2js/xfa_error.h
|
| rename to xfa/fxfa/fm2js/xfa_error.h
|
| index 7c11080a0955e8f93cf0b564916dcb1c49735bef..1da1e245c09343e3b7d50f3246e32c84c9dc9890 100644
|
| --- a/xfa/src/fxfa/fm2js/xfa_error.h
|
| +++ b/xfa/fxfa/fm2js/xfa_error.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_FM2JS_XFA_ERROR_H_
|
| -#define XFA_SRC_FXFA_FM2JS_XFA_ERROR_H_
|
| +#ifndef XFA_FXFA_FM2JS_XFA_ERROR_H_
|
| +#define XFA_FXFA_FM2JS_XFA_ERROR_H_
|
|
|
| #include "core/include/fxcrt/fx_string.h"
|
| #include "core/include/fxcrt/fx_system.h"
|
| @@ -32,4 +32,4 @@ class CXFA_FMErrorInfo {
|
| };
|
| const FX_WCHAR* XFA_FM_ErrorMsg(XFA_FM_ERRMSG msg);
|
|
|
| -#endif // XFA_SRC_FXFA_FM2JS_XFA_ERROR_H_
|
| +#endif // XFA_FXFA_FM2JS_XFA_ERROR_H_
|
|
|