| Index: xfa/fxfa/parser/xfa_layout_appadapter.h
|
| diff --git a/xfa/fxfa/parser/xfa_layout_appadapter.h b/xfa/fxfa/parser/xfa_layout_appadapter.h
|
| index 498c023fb8c68b90a44dd37baf1f74bee2c5c27f..7de62e6282de61daa652f16a33eb9f2de5be96f8 100644
|
| --- a/xfa/fxfa/parser/xfa_layout_appadapter.h
|
| +++ b/xfa/fxfa/parser/xfa_layout_appadapter.h
|
| @@ -7,7 +7,9 @@
|
| #ifndef XFA_FXFA_PARSER_XFA_LAYOUT_APPADAPTER_H_
|
| #define XFA_FXFA_PARSER_XFA_LAYOUT_APPADAPTER_H_
|
|
|
| -#include "xfa/fxfa/parser/xfa_doclayout.h"
|
| +#include "xfa/fxfa/parser/cxfa_containerlayoutitem.h"
|
| +#include "xfa/fxfa/parser/cxfa_contentlayoutitem.h"
|
| +#include "xfa/fxfa/parser/cxfa_layoutitem.h"
|
|
|
| class CXFA_TraverseStrategy_PageAreaContainerLayoutItem {
|
| public:
|
|
|