summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_document_parser.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-18 21:34:50 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-18 21:34:50 +0000
commitae2aec8712aa4c52454737467869b9d256baa05f (patch)
treef289d5d3bf744368a0bf443a32055e70ca0fca95 /xfa/fxfa/parser/cxfa_document_parser.h
parent84febc1ce83be4e6d5fa7686e4e4af83ba621692 (diff)
downloadpdfium-ae2aec8712aa4c52454737467869b9d256baa05f.tar.xz
Do IWYU for core/fxcrt/xml headers.
Also make more core/fxcrt/xml member variable names consistent in style. Change-Id: I892841b4026df302aa28f754441bf21707e96764 Reviewed-on: https://pdfium-review.googlesource.com/c/44171 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cxfa_document_parser.h')
-rw-r--r--xfa/fxfa/parser/cxfa_document_parser.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_document_parser.h b/xfa/fxfa/parser/cxfa_document_parser.h
index 064475aee3..28b8d61793 100644
--- a/xfa/fxfa/parser/cxfa_document_parser.h
+++ b/xfa/fxfa/parser/cxfa_document_parser.h
@@ -10,10 +10,12 @@
#include <memory>
#include <utility>
-#include "core/fxcrt/xml/cfx_xmldocument.h"
-#include "core/fxcrt/xml/cfx_xmlnode.h"
+#include "core/fxcrt/fx_string.h"
+#include "core/fxcrt/retain_ptr.h"
#include "xfa/fxfa/fxfa_basic.h"
+class CFX_XMLDocument;
+class CFX_XMLNode;
class CXFA_Document;
class CXFA_Node;
class CFX_XMLInstruction;