From ae2aec8712aa4c52454737467869b9d256baa05f Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 18 Oct 2018 21:34:50 +0000 Subject: 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 Commit-Queue: Lei Zhang --- core/fxcrt/xml/cfx_xmlparser.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'core/fxcrt/xml/cfx_xmlparser.h') diff --git a/core/fxcrt/xml/cfx_xmlparser.h b/core/fxcrt/xml/cfx_xmlparser.h index 466968054b..3d7cc78829 100644 --- a/core/fxcrt/xml/cfx_xmlparser.h +++ b/core/fxcrt/xml/cfx_xmlparser.h @@ -12,7 +12,6 @@ #include "core/fxcrt/fx_string.h" #include "core/fxcrt/retain_ptr.h" -#include "core/fxcrt/xml/cfx_xmlnode.h" class CFX_XMLDocument; class CFX_XMLElement; @@ -54,10 +53,10 @@ class CFX_XMLParser { void ProcessTargetData(); CFX_XMLNode* current_node_ = nullptr; - RetainPtr m_pStream; + RetainPtr stream_; std::vector current_text_; - size_t m_iXMLPlaneSize = 1024; - int32_t m_iEntityStart = -1; + size_t xml_plane_size_ = 1024; + int32_t entity_start_ = -1; }; #endif // CORE_FXCRT_XML_CFX_XMLPARSER_H_ -- cgit v1.2.3