summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser
diff options
context:
space:
mode:
authordan sinclair <dsinclair@chromium.org>2018-04-13 16:43:05 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-04-13 16:43:05 +0000
commite04b66cc759c2cf0ceafae47340fdf9588ca2e23 (patch)
tree5b7e8da1e61d1b6dc9550fb599722681e65572fc /xfa/fxfa/parser
parent996c93068bfc8b443c77b735bc6400285bc8a407 (diff)
downloadpdfium-e04b66cc759c2cf0ceafae47340fdf9588ca2e23.tar.xz
Move SharedForm check to CPDF_Metadata class
This CL moves code related to shared form detection into the CPDF_Metadata class. This allows us to hide the usage of CXML inside CPDF_Metadata. Change-Id: I547471a2bcc119221565c415a58211c1500cbb3c Reviewed-on: https://pdfium-review.googlesource.com/30370 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser')
-rw-r--r--xfa/fxfa/parser/cxfa_nodelocale.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_nodelocale.cpp b/xfa/fxfa/parser/cxfa_nodelocale.cpp
index a93452cc51..71f4049b6b 100644
--- a/xfa/fxfa/parser/cxfa_nodelocale.cpp
+++ b/xfa/fxfa/parser/cxfa_nodelocale.cpp
@@ -8,7 +8,6 @@
#include <utility>
-#include "core/fxcrt/xml/cxml_element.h"
#include "fxjs/xfa/cjx_object.h"
#include "xfa/fxfa/parser/cxfa_calendarsymbols.h"
#include "xfa/fxfa/parser/cxfa_datetimesymbols.h"