| Index: fpdfsdk/src/javascript/Consts.h
|
| diff --git a/fpdfsdk/include/javascript/Consts.h b/fpdfsdk/src/javascript/Consts.h
|
| similarity index 95%
|
| rename from fpdfsdk/include/javascript/Consts.h
|
| rename to fpdfsdk/src/javascript/Consts.h
|
| index c6abd8549aa5022b66a6f4dbf3d9b25bde51d1a9..a1d36f8877440e253ba26d4b1e1309dca2510f94 100644
|
| --- a/fpdfsdk/include/javascript/Consts.h
|
| +++ b/fpdfsdk/src/javascript/Consts.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FPDFSDK_INCLUDE_JAVASCRIPT_CONSTS_H_
|
| -#define FPDFSDK_INCLUDE_JAVASCRIPT_CONSTS_H_
|
| +#ifndef FPDFSDK_SRC_JAVASCRIPT_CONSTS_H_
|
| +#define FPDFSDK_SRC_JAVASCRIPT_CONSTS_H_
|
|
|
| #include "JS_Define.h"
|
|
|
| @@ -113,4 +113,4 @@ class CJS_GlobalArrays : public CJS_Object {
|
| static void DefineJSObjects(v8::Isolate* pIsolate);
|
| };
|
|
|
| -#endif // FPDFSDK_INCLUDE_JAVASCRIPT_CONSTS_H_
|
| +#endif // FPDFSDK_SRC_JAVASCRIPT_CONSTS_H_
|
|
|