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/app | |
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/app')
-rw-r--r-- | xfa/fxfa/app/xfa_ffdoc.cpp | 2 | ||||
-rw-r--r-- | xfa/fxfa/app/xfa_ffnotify.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/app/xfa_ffdoc.cpp b/xfa/fxfa/app/xfa_ffdoc.cpp index 294839152e..6ca1704fc6 100644 --- a/xfa/fxfa/app/xfa_ffdoc.cpp +++ b/xfa/fxfa/app/xfa_ffdoc.cpp @@ -21,7 +21,7 @@ #include "xfa/fxfa/include/xfa_ffdocview.h" #include "xfa/fxfa/include/xfa_ffwidget.h" #include "xfa/fxfa/include/xfa_fontmgr.h" -#include "xfa/fxfa/parser/xfa_document.h" +#include "xfa/fxfa/parser/cxfa_document.h" #include "xfa/fxfa/parser/xfa_document_serialize.h" namespace { 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; |