diff options
author | dsinclair <dsinclair@chromium.org> | 2016-08-03 12:58:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-03 12:58:53 -0700 |
commit | 8d0cc67cdf3ef45ee7268d3e00a21c0a99843a84 (patch) | |
tree | 36e5098671adcfd2c307e0db482186770a3f3c83 /xfa/fxfa/parser/xfa_layout_itemlayout.cpp | |
parent | d9a39d0e09df7f09d0f6caec525642f3472fe6f3 (diff) | |
download | pdfium-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/xfa_layout_itemlayout.cpp')
-rw-r--r-- | xfa/fxfa/parser/xfa_layout_itemlayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/xfa_layout_itemlayout.cpp b/xfa/fxfa/parser/xfa_layout_itemlayout.cpp index 72a3ff4f18..1f2e1ea089 100644 --- a/xfa/fxfa/parser/xfa_layout_itemlayout.cpp +++ b/xfa/fxfa/parser/xfa_layout_itemlayout.cpp @@ -13,9 +13,9 @@ #include "xfa/fxfa/parser/cxfa_containerlayoutitem.h" #include "xfa/fxfa/parser/cxfa_contentlayoutitem.h" #include "xfa/fxfa/parser/cxfa_document.h" +#include "xfa/fxfa/parser/cxfa_layoutpagemgr.h" #include "xfa/fxfa/parser/cxfa_measurement.h" #include "xfa/fxfa/parser/cxfa_occur.h" -#include "xfa/fxfa/parser/xfa_layout_pagemgr_new.h" #include "xfa/fxfa/parser/xfa_localemgr.h" #include "xfa/fxfa/parser/xfa_object.h" #include "xfa/fxfa/parser/xfa_utils.h" |