diff options
author | dsinclair <dsinclair@chromium.org> | 2016-06-16 07:45:23 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-16 07:45:23 -0700 |
commit | 3fa3351c90332cd51e67bf4624c57bd0ba78e4a6 (patch) | |
tree | ccf2f14011ce44862e0e3b9ad9fb85ceebab9a05 /xfa/fxfa/parser/xfa_utils.h | |
parent | 5377267504015d056bc0860ffadc23289b21039d (diff) | |
download | pdfium-3fa3351c90332cd51e67bf4624c57bd0ba78e4a6.tar.xz |
Cleanup XML parser code.
This Cl removes the CFDE_XMLSAXParser and CFDE_XMLDOMParser along with the
::LoadXML() method which would create them, it was never called. It also
cleans up the use of virtual in the various XML classes.
Review-Url: https://codereview.chromium.org/2067253002
Diffstat (limited to 'xfa/fxfa/parser/xfa_utils.h')
-rw-r--r-- | xfa/fxfa/parser/xfa_utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/xfa_utils.h b/xfa/fxfa/parser/xfa_utils.h index d6633a4c7f..5b8057526a 100644 --- a/xfa/fxfa/parser/xfa_utils.h +++ b/xfa/fxfa/parser/xfa_utils.h @@ -8,6 +8,8 @@ #define XFA_FXFA_PARSER_XFA_UTILS_H_ #include "xfa/fde/xml/fde_xml.h" +#include "xfa/fgas/crt/fgas_stream.h" +#include "xfa/fgas/crt/fgas_utils.h" #include "xfa/fxfa/include/fxfa_basic.h" class CFDE_XMLElement; |