diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-03-27 16:14:24 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-03-27 16:14:24 +0000 |
commit | 68df02a489d8f676f1752a1918c5888c63f366f3 (patch) | |
tree | 746b58119808093d06ce621264387211b4497f96 /xfa/fxfa/cxfa_ffnotify.cpp | |
parent | 5098b252848734ac69e0851f7bd116d93311a57e (diff) | |
download | pdfium-68df02a489d8f676f1752a1918c5888c63f366f3.tar.xz |
Cleanup CXFA_LocaleMgr
This CL cleans up code for the CXFA_LocaleMgr class.
Change-Id: I4a3c9394be021d6605dadd8003c7619b19bb9fc0
Reviewed-on: https://pdfium-review.googlesource.com/29250
Reviewed-by: dsinclair <dsinclair@chromium.org>
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_ffnotify.cpp')
-rw-r--r-- | xfa/fxfa/cxfa_ffnotify.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxfa/cxfa_ffnotify.cpp b/xfa/fxfa/cxfa_ffnotify.cpp index d0e8a5dcb8..d0d7db860c 100644 --- a/xfa/fxfa/cxfa_ffnotify.cpp +++ b/xfa/fxfa/cxfa_ffnotify.cpp @@ -9,6 +9,7 @@ #include <memory> #include <utility> +#include "core/fxcrt/cfx_datetime.h" #include "xfa/fxfa/cxfa_ffapp.h" #include "xfa/fxfa/cxfa_ffarc.h" #include "xfa/fxfa/cxfa_ffbarcode.h" |