diff options
author | dsinclair <dsinclair@chromium.org> | 2016-07-21 12:03:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-21 12:03:47 -0700 |
commit | 16280245cab39fe646a97030940771bc105a1115 (patch) | |
tree | f1036623ad8e07c789f203d66c04ff72aab8075c /xfa/fxfa/parser/cscript_layoutpseudomodel.cpp | |
parent | 0b851fffe118d8be26e776256144a6b85495ce74 (diff) | |
download | pdfium-16280245cab39fe646a97030940771bc105a1115.tar.xz |
Move xfa_document to cxfa_document
This moves the code to match the actual class name.
Review-Url: https://codereview.chromium.org/2163133004
Diffstat (limited to 'xfa/fxfa/parser/cscript_layoutpseudomodel.cpp')
-rw-r--r-- | xfa/fxfa/parser/cscript_layoutpseudomodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cscript_layoutpseudomodel.cpp b/xfa/fxfa/parser/cscript_layoutpseudomodel.cpp index 227a2074f6..492e8d9db9 100644 --- a/xfa/fxfa/parser/cscript_layoutpseudomodel.cpp +++ b/xfa/fxfa/parser/cscript_layoutpseudomodel.cpp @@ -13,11 +13,11 @@ #include "xfa/fxfa/app/xfa_ffnotify.h" #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_layoutitem.h" #include "xfa/fxfa/parser/cxfa_layoutprocessor.h" #include "xfa/fxfa/parser/cxfa_measurement.h" #include "xfa/fxfa/parser/cxfa_scriptcontext.h" -#include "xfa/fxfa/parser/xfa_document.h" #include "xfa/fxfa/parser/xfa_layout_appadapter.h" #include "xfa/fxfa/parser/xfa_localemgr.h" #include "xfa/fxfa/parser/xfa_object.h" |