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

Unified Diff: xfa/src/fxfa/src/parser/xfa_script_imp.h

Issue 1746053003: Remove foxitlib.h and foxitxfa.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
Index: xfa/src/fxfa/src/parser/xfa_script_imp.h
diff --git a/xfa/src/fxfa/src/parser/xfa_script_imp.h b/xfa/src/fxfa/src/parser/xfa_script_imp.h
index a0610fae9f722135b996425096941b4a3da98bdb..2fbc4a7cfc92d27a141b22091a1c0728ac6254c7 100644
--- a/xfa/src/fxfa/src/parser/xfa_script_imp.h
+++ b/xfa/src/fxfa/src/parser/xfa_script_imp.h
@@ -9,9 +9,14 @@
#include <map>
+#include "xfa/src/fxfa/src/common/xfa_document.h"
+#include "xfa/src/fxfa/src/common/xfa_fm2jsapi.h"
+#include "xfa/src/fxfa/src/common/xfa_script.h"
+
#define XFA_RESOLVENODE_TagName 0x0002
class CXFA_ResolveProcessor;
+
class CXFA_ScriptContext : public IXFA_ScriptContext {
public:
CXFA_ScriptContext(CXFA_Document* pDocument);
Tom Sepez 2016/02/29 19:22:30 nit: explicit
dsinclair 2016/02/29 19:52:04 Done.

Powered by Google App Engine
This is Rietveld 408576698