summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app/xfa_ffnotify.h
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/app/xfa_ffnotify.h
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/app/xfa_ffnotify.h')
-rw-r--r--xfa/fxfa/app/xfa_ffnotify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_ffnotify.h b/xfa/fxfa/app/xfa_ffnotify.h
index 322caa3652..07e5419842 100644
--- a/xfa/fxfa/app/xfa_ffnotify.h
+++ b/xfa/fxfa/app/xfa_ffnotify.h
@@ -8,7 +8,7 @@
#define XFA_FXFA_APP_XFA_FFNOTIFY_H_
#include "xfa/fxfa/include/cxfa_eventparam.h"
-#include "xfa/fxfa/parser/xfa_document.h"
+#include "xfa/fxfa/parser/cxfa_document.h"
class CXFA_FFWidgetHandler;