| Index: fpdfsdk/javascript/JS_Context.h
|
| diff --git a/fpdfsdk/src/javascript/JS_Context.h b/fpdfsdk/javascript/JS_Context.h
|
| similarity index 97%
|
| rename from fpdfsdk/src/javascript/JS_Context.h
|
| rename to fpdfsdk/javascript/JS_Context.h
|
| index 93ef1523a35cb1edbee771f7826f2cb046e87330..cd5718772022c90d73b1efde1547617e121ed605 100644
|
| --- a/fpdfsdk/src/javascript/JS_Context.h
|
| +++ b/fpdfsdk/javascript/JS_Context.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FPDFSDK_SRC_JAVASCRIPT_JS_CONTEXT_H_
|
| -#define FPDFSDK_SRC_JAVASCRIPT_JS_CONTEXT_H_
|
| +#ifndef FPDFSDK_JAVASCRIPT_JS_CONTEXT_H_
|
| +#define FPDFSDK_JAVASCRIPT_JS_CONTEXT_H_
|
|
|
| #include "core/include/fxcrt/fx_string.h"
|
| #include "core/include/fxcrt/fx_system.h"
|
| @@ -134,4 +134,4 @@ class CJS_Context : public IJS_Context {
|
| FX_BOOL m_bMsgBoxEnable;
|
| };
|
|
|
| -#endif // FPDFSDK_SRC_JAVASCRIPT_JS_CONTEXT_H_
|
| +#endif // FPDFSDK_JAVASCRIPT_JS_CONTEXT_H_
|
|
|