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_eventhandler.cpp | |
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_eventhandler.cpp')
-rw-r--r-- | fxjs/cjs_eventhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_eventhandler.cpp b/fxjs/cjs_eventhandler.cpp index 5b20ce769b..2f42d4157f 100644 --- a/fxjs/cjs_eventhandler.cpp +++ b/fxjs/cjs_eventhandler.cpp @@ -7,12 +7,12 @@ #include "fxjs/cjs_eventhandler.h" #include "core/fpdfdoc/cpdf_formfield.h" -#include "fxjs/JS_Define.h" #include "fxjs/cjs_document.h" #include "fxjs/cjs_event_context.h" #include "fxjs/cjs_field.h" #include "fxjs/cjs_object.h" #include "fxjs/cjs_runtime.h" +#include "fxjs/js_define.h" CJS_EventHandler::CJS_EventHandler(CJS_EventContext* pContext) : m_pJSEventContext(pContext) {} |