diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-06-04 22:11:27 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-04 22:11:27 +0000 |
commit | 221f0b3e09b9d77b1873a52fff23c7c39df251bb (patch) | |
tree | a6c90f118083141c07eb0c5d802c6e8f8d5d4f31 /fxjs/xfa/cjx_delta.h | |
parent | 82df54058ae56edef579d75421f216351bfd723e (diff) | |
download | pdfium-221f0b3e09b9d77b1873a52fff23c7c39df251bb.tar.xz |
Lowercase JS_Define.{h,cpp} and CJS_Define.h
Consistency with file naming conventions.
No functional change.
Change-Id: I596c4be5bbf0510950c44a7d9d80f59537739c3b
Reviewed-on: https://pdfium-review.googlesource.com/33593
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/xfa/cjx_delta.h')
-rw-r--r-- | fxjs/xfa/cjx_delta.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_delta.h b/fxjs/xfa/cjx_delta.h index 2b981cd56b..4d6776359c 100644 --- a/fxjs/xfa/cjx_delta.h +++ b/fxjs/xfa/cjx_delta.h @@ -7,7 +7,7 @@ #ifndef FXJS_XFA_CJX_DELTA_H_ #define FXJS_XFA_CJX_DELTA_H_ -#include "fxjs/CJX_Define.h" +#include "fxjs/cjx_define.h" #include "fxjs/xfa/cjx_object.h" class CXFA_Delta; |