summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_stream.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_stream.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_stream.h')
-rw-r--r--core/fxcrt/fx_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fx_stream.h b/core/fxcrt/fx_stream.h
index fe92c939d9..e938ec18df 100644
--- a/core/fxcrt/fx_stream.h
+++ b/core/fxcrt/fx_stream.h
@@ -151,7 +151,7 @@ class IFX_MemoryStream : public IFX_SeekableStream {
virtual void DetachBuffer() = 0;
};
-class IFX_BufferRead : public IFX_ReadStream {
+class IFX_BufferedReadStream : public IFX_ReadStream {
public:
// IFX_ReadStream:
void Release() override = 0;