| Index: fxjse/include/cfxjse_class.h
|
| diff --git a/xfa/fxjse/class.h b/fxjse/include/cfxjse_class.h
|
| similarity index 87%
|
| rename from xfa/fxjse/class.h
|
| rename to fxjse/include/cfxjse_class.h
|
| index a28d36801ebd34c3f495783da58fc8e1face8d34..bb1db6d48cef65b87afb39d5954a698403e2d611 100644
|
| --- a/xfa/fxjse/class.h
|
| +++ b/fxjse/include/cfxjse_class.h
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FXJSE_CLASS_H_
|
| -#define XFA_FXJSE_CLASS_H_
|
| +#ifndef FXJSE_INCLUDE_CFXJSE_CLASS_H_
|
| +#define FXJSE_INCLUDE_CFXJSE_CLASS_H_
|
|
|
| +#include "fxjse/include/cfxjse_arguments.h"
|
| +#include "fxjse/include/fxjse.h"
|
| #include "v8/include/v8.h"
|
| -#include "xfa/fxjse/cfxjse_arguments.h"
|
| -#include "xfa/fxjse/include/fxjse.h"
|
|
|
| class CFXJSE_Context;
|
| class CFXJSE_Value;
|
| @@ -41,4 +41,4 @@ class CFXJSE_Class {
|
| friend class CFXJSE_Value;
|
| };
|
|
|
| -#endif // XFA_FXJSE_CLASS_H_
|
| +#endif // FXJSE_INCLUDE_CFXJSE_CLASS_H_
|
|
|