summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_containerlayoutitem.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-08-03 12:58:53 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-03 12:58:53 -0700
commit8d0cc67cdf3ef45ee7268d3e00a21c0a99843a84 (patch)
tree36e5098671adcfd2c307e0db482186770a3f3c83 /xfa/fxfa/parser/cxfa_containerlayoutitem.cpp
parentd9a39d0e09df7f09d0f6caec525642f3472fe6f3 (diff)
downloadpdfium-8d0cc67cdf3ef45ee7268d3e00a21c0a99843a84.tar.xz
Rename xfa_layout_pagemgr_new.h
This renames the file to match the class name. Review-Url: https://codereview.chromium.org/2209823002
Diffstat (limited to 'xfa/fxfa/parser/cxfa_containerlayoutitem.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_containerlayoutitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_containerlayoutitem.cpp b/xfa/fxfa/parser/cxfa_containerlayoutitem.cpp
index 0db7fb20b4..646f8a45e5 100644
--- a/xfa/fxfa/parser/cxfa_containerlayoutitem.cpp
+++ b/xfa/fxfa/parser/cxfa_containerlayoutitem.cpp
@@ -6,9 +6,9 @@
#include "xfa/fxfa/parser/cxfa_containerlayoutitem.h"
+#include "xfa/fxfa/parser/cxfa_layoutpagemgr.h"
#include "xfa/fxfa/parser/cxfa_layoutprocessor.h"
#include "xfa/fxfa/parser/cxfa_measurement.h"
-#include "xfa/fxfa/parser/xfa_layout_pagemgr_new.h"
CXFA_ContainerLayoutItem::CXFA_ContainerLayoutItem(CXFA_Node* pNode)
: CXFA_LayoutItem(pNode, FALSE), m_pOldSubform(nullptr) {}