summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_xml.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-12-01 14:51:52 -0800
committerCommit bot <commit-bot@chromium.org>2016-12-01 14:51:52 -0800
commitd912f6ba083fed382a13c47aa06299e86d0b8c6b (patch)
treeab99a7b69358e98905cb69ff2167b4d64f25382b /core/fxcrt/fx_xml.h
parentbea049784abf7c32d0b9758fc77d0e601d5c232b (diff)
downloadpdfium-d912f6ba083fed382a13c47aa06299e86d0b8c6b.tar.xz
Make concrete stream classes private to .cpp, part 2
Fix naming to say "Stream" Review-Url: https://codereview.chromium.org/2543043002
Diffstat (limited to 'core/fxcrt/fx_xml.h')
-rw-r--r--core/fxcrt/fx_xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fx_xml.h b/core/fxcrt/fx_xml.h
index a7375b9e90..03337d0142 100644
--- a/core/fxcrt/fx_xml.h
+++ b/core/fxcrt/fx_xml.h
@@ -61,7 +61,7 @@ class CXML_Element {
static CXML_Element* Parse(IFX_SeekableReadStream* pFile,
bool bSaveSpaceChars = false,
FX_FILESIZE* pParsedSize = nullptr);
- static CXML_Element* Parse(IFX_BufferRead* pBuffer,
+ static CXML_Element* Parse(IFX_BufferedReadStream* pBuffer,
bool bSaveSpaceChars = false,
FX_FILESIZE* pParsedSize = nullptr);