Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1475)

Unified Diff: xfa/fxfa/parser/cxfa_dataexporter.h

Issue 2535723010: Rename IFX_Stream to IFGAS_Stream. (Closed)
Patch Set: Also fix CFX_TextStream Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: xfa/fxfa/parser/cxfa_dataexporter.h
diff --git a/xfa/fxfa/parser/cxfa_dataexporter.h b/xfa/fxfa/parser/cxfa_dataexporter.h
index 41f32a2fad78b5decce15731c10dcddbe9331cc4..8496e0d9a6ab382400bde7461362732a2f8b6556 100644
--- a/xfa/fxfa/parser/cxfa_dataexporter.h
+++ b/xfa/fxfa/parser/cxfa_dataexporter.h
@@ -12,7 +12,7 @@
class CXFA_Document;
class CXFA_Node;
class IFX_SeekableWriteStream;
-class IFX_Stream;
+class IFGAS_Stream;
class CXFA_DataExporter {
public:
@@ -25,7 +25,7 @@ class CXFA_DataExporter {
const FX_CHAR* pChecksum);
protected:
- bool Export(IFX_Stream* pStream,
+ bool Export(IFGAS_Stream* pStream,
CXFA_Node* pNode,
uint32_t dwFlag,
const FX_CHAR* pChecksum);

Powered by Google App Engine
This is Rietveld 408576698