summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_nodehelper.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/cxfa_nodehelper.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/cxfa_nodehelper.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_nodehelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_nodehelper.cpp b/xfa/fxfa/parser/cxfa_nodehelper.cpp
index f5b4c04655..4fc6830a73 100644
--- a/xfa/fxfa/parser/cxfa_nodehelper.cpp
+++ b/xfa/fxfa/parser/cxfa_nodehelper.cpp
@@ -7,8 +7,8 @@
#include "xfa/fxfa/parser/cxfa_nodehelper.h"
#include "core/fxcrt/include/fx_ext.h"
+#include "xfa/fxfa/parser/cxfa_document.h"
#include "xfa/fxfa/parser/cxfa_scriptcontext.h"
-#include "xfa/fxfa/parser/xfa_document.h"
#include "xfa/fxfa/parser/xfa_localemgr.h"
#include "xfa/fxfa/parser/xfa_object.h"
#include "xfa/fxfa/parser/xfa_resolvenode_rs.h"