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

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

Issue 1733693002: Remove xfa_common.h and IWYU. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxfa/src/common/xfa_parser.h
diff --git a/xfa/src/fxfa/src/common/xfa_parser.h b/xfa/src/fxfa/src/common/xfa_parser.h
index 3fbd62e44ee384134b009d82065b1c46d0e0201a..a9f9d05931d3cb7989d10978d085bf41e04e4dd1 100644
--- a/xfa/src/fxfa/src/common/xfa_parser.h
+++ b/xfa/src/fxfa/src/common/xfa_parser.h
@@ -7,7 +7,10 @@
#ifndef XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H_
#define XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H_
+#include "xfa/src/fxfa/src/common/xfa_document.h"
+
class IFX_Stream;
+
class IXFA_Parser {
public:
static IXFA_Parser* Create(IXFA_ObjFactory* pFactory,
« no previous file with comments | « xfa/src/fxfa/src/common/xfa_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698