summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cscript_logpseudomodel.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-07-21 12:03:47 -0700
committerCommit bot <commit-bot@chromium.org>2016-07-21 12:03:47 -0700
commit16280245cab39fe646a97030940771bc105a1115 (patch)
treef1036623ad8e07c789f203d66c04ff72aab8075c /xfa/fxfa/parser/cscript_logpseudomodel.cpp
parent0b851fffe118d8be26e776256144a6b85495ce74 (diff)
downloadpdfium-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_logpseudomodel.cpp')
-rw-r--r--xfa/fxfa/parser/cscript_logpseudomodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cscript_logpseudomodel.cpp b/xfa/fxfa/parser/cscript_logpseudomodel.cpp
index 247a81d26a..96c61a9e0f 100644
--- a/xfa/fxfa/parser/cscript_logpseudomodel.cpp
+++ b/xfa/fxfa/parser/cscript_logpseudomodel.cpp
@@ -7,7 +7,7 @@
#include "xfa/fxfa/parser/cscript_logpseudomodel.h"
#include "fxjs/include/cfxjse_arguments.h"
-#include "xfa/fxfa/parser/xfa_document.h"
+#include "xfa/fxfa/parser/cxfa_document.h"
#include "xfa/fxfa/parser/xfa_localemgr.h"
#include "xfa/fxfa/parser/xfa_object.h"
#include "xfa/fxfa/parser/xfa_utils.h"