diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-03-30 10:43:35 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-30 15:52:51 +0000 |
commit | 8e5038f8a27b6275633e1015e7d0a480a6e8ae51 (patch) | |
tree | 92c4b235d5ba3d4db52780dca705336a7e85f8e4 /xfa/fxfa/parser | |
parent | 213f01205a77b293727cf77a30d7e912079def26 (diff) | |
download | pdfium-8e5038f8a27b6275633e1015e7d0a480a6e8ae51.tar.xz |
Rename fgas_stream to ifgas_stream
This Cl renames the the fgas_stream files to match the internal
ifgas_stream class. The majority of the code in ifgas_stream.cpp is
moved into the anonymouse namespace.
Change-Id: I0518103d61df077782d9ab26d0ac87485417f379
Reviewed-on: https://pdfium-review.googlesource.com/3370
Reviewed-by: Nicolás Peña <npm@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser')
-rw-r--r-- | xfa/fxfa/parser/cxfa_widetextread.h | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/xfa_utils.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_widetextread.h b/xfa/fxfa/parser/cxfa_widetextread.h index 3850660fbd..e6abac5adb 100644 --- a/xfa/fxfa/parser/cxfa_widetextread.h +++ b/xfa/fxfa/parser/cxfa_widetextread.h @@ -8,7 +8,7 @@ #define XFA_FXFA_PARSER_CXFA_WIDETEXTREAD_H_ #include "core/fxcrt/cfx_retain_ptr.h" -#include "xfa/fgas/crt/fgas_stream.h" +#include "xfa/fgas/crt/ifgas_stream.h" class CXFA_WideTextRead : public IFGAS_Stream { public: diff --git a/xfa/fxfa/parser/xfa_utils.h b/xfa/fxfa/parser/xfa_utils.h index c3111795da..b428a89b4e 100644 --- a/xfa/fxfa/parser/xfa_utils.h +++ b/xfa/fxfa/parser/xfa_utils.h @@ -8,7 +8,7 @@ #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/ifgas_stream.h" #include "xfa/fxfa/fxfa_basic.h" class CFDE_XMLElement; |