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/cjs_annot.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/cjs_annot.h')
-rw-r--r-- | fxjs/cjs_annot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_annot.h b/fxjs/cjs_annot.h index cdb884f1b8..d313d5656f 100644 --- a/fxjs/cjs_annot.h +++ b/fxjs/cjs_annot.h @@ -8,7 +8,7 @@ #define FXJS_CJS_ANNOT_H_ #include "fpdfsdk/cpdfsdk_baannot.h" -#include "fxjs/JS_Define.h" +#include "fxjs/js_define.h" class CJS_Annot : public CJS_Object { public: |