From 16280245cab39fe646a97030940771bc105a1115 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 21 Jul 2016 12:03:47 -0700 Subject: Move xfa_document to cxfa_document This moves the code to match the actual class name. Review-Url: https://codereview.chromium.org/2163133004 --- xfa/fxfa/app/xfa_ffnotify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxfa/app/xfa_ffnotify.h') 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; -- cgit v1.2.3