Index: fpdfsdk/src/javascript/event.h |
diff --git a/fpdfsdk/include/javascript/event.h b/fpdfsdk/src/javascript/event.h |
similarity index 96% |
rename from fpdfsdk/include/javascript/event.h |
rename to fpdfsdk/src/javascript/event.h |
index a934d54e62ee21eee001ef67808afc785c7909d8..29ff3bc29077c8e8911836ea85c6d28239eef486 100644 |
--- a/fpdfsdk/include/javascript/event.h |
+++ b/fpdfsdk/src/javascript/event.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef FPDFSDK_INCLUDE_JAVASCRIPT_EVENT_H_ |
-#define FPDFSDK_INCLUDE_JAVASCRIPT_EVENT_H_ |
+#ifndef FPDFSDK_SRC_JAVASCRIPT_EVENT_H_ |
+#define FPDFSDK_SRC_JAVASCRIPT_EVENT_H_ |
#include "JS_Define.h" |
@@ -86,4 +86,4 @@ class CJS_Event : public CJS_Object { |
JS_STATIC_PROP(willCommit, event); |
}; |
-#endif // FPDFSDK_INCLUDE_JAVASCRIPT_EVENT_H_ |
+#endif // FPDFSDK_SRC_JAVASCRIPT_EVENT_H_ |