summaryrefslogtreecommitdiff
path: root/fxjs/cjs_publicmethods.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-06-04 22:11:27 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-06-04 22:11:27 +0000
commit221f0b3e09b9d77b1873a52fff23c7c39df251bb (patch)
treea6c90f118083141c07eb0c5d802c6e8f8d5d4f31 /fxjs/cjs_publicmethods.h
parent82df54058ae56edef579d75421f216351bfd723e (diff)
downloadpdfium-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_publicmethods.h')
-rw-r--r--fxjs/cjs_publicmethods.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_publicmethods.h b/fxjs/cjs_publicmethods.h
index df23eb1830..89603ca79d 100644
--- a/fxjs/cjs_publicmethods.h
+++ b/fxjs/cjs_publicmethods.h
@@ -10,7 +10,7 @@
#include <string>
#include <vector>
-#include "fxjs/JS_Define.h"
+#include "fxjs/js_define.h"
class CJS_PublicMethods : public CJS_Object {
public: