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

Unified Diff: xfa/src/fxfa/src/common/xfa_docdata.h

Issue 1722803002: Sort includes in xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Review cleanups Created 4 years, 10 months 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
« no previous file with comments | « xfa/src/fxfa/src/common/xfa_common.h ('k') | xfa/src/fxfa/src/common/xfa_doclayout.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxfa/src/common/xfa_docdata.h
diff --git a/xfa/src/fxfa/src/common/xfa_docdata.h b/xfa/src/fxfa/src/common/xfa_docdata.h
index b1b78eba6f92011a21e3cd3200a085bacf798b9f..2c23d96b709dc1349d13e91d8dbe12a71dc8b812 100644
--- a/xfa/src/fxfa/src/common/xfa_docdata.h
+++ b/xfa/src/fxfa/src/common/xfa_docdata.h
@@ -7,9 +7,12 @@
#ifndef XFA_SRC_FXFA_SRC_COMMON_XFA_DOCDATA_H_
#define XFA_SRC_FXFA_SRC_COMMON_XFA_DOCDATA_H_
+#include "xfa/src/fxfa/src/common/xfa_document.h"
+
enum XFA_DATAFORMAT {
XFA_DATAFORMAT_XDP,
};
+
class IXFA_PacketExport {
public:
static IXFA_PacketExport* Create(CXFA_Document* pDocument,
« no previous file with comments | « xfa/src/fxfa/src/common/xfa_common.h ('k') | xfa/src/fxfa/src/common/xfa_doclayout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698