Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: xfa/src/fxfa/src/fm2js/xfa_error.h

Issue 1745023003: Remove xfa_fm2js.h and IWYU. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/src/fxfa/src/common/xfa_fm2jsapi.h ('k') | xfa/src/fxfa/src/fm2js/xfa_error.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxfa/src/fm2js/xfa_error.h
diff --git a/xfa/src/fxfa/src/fm2js/xfa_error.h b/xfa/src/fxfa/src/fm2js/xfa_error.h
index 87318d5491e59fd32e80e350b2140972dd99ab8b..41b19422152949b8f9cae78ff82968770b6bd48a 100644
--- a/xfa/src/fxfa/src/fm2js/xfa_error.h
+++ b/xfa/src/fxfa/src/fm2js/xfa_error.h
@@ -7,6 +7,9 @@
#ifndef XFA_SRC_FXFA_SRC_FM2JS_XFA_ERROR_H_
#define XFA_SRC_FXFA_SRC_FM2JS_XFA_ERROR_H_
+#include "core/include/fxcrt/fx_string.h"
+#include "core/include/fxcrt/fx_system.h"
+
enum XFA_FM_ERRMSG {
FMERR_UNSUPPORTED_CHAR,
FMERR_BAD_SUFFIX_NUMBER,
@@ -18,6 +21,7 @@ enum XFA_FM_ERRMSG {
FMERR_EXPTECTED_OPERATOR,
FMERR_MAXIMUM
};
+
class CXFA_FMErrorInfo {
public:
CXFA_FMErrorInfo() : linenum(0){};
« no previous file with comments | « xfa/src/fxfa/src/common/xfa_fm2jsapi.h ('k') | xfa/src/fxfa/src/fm2js/xfa_error.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698