Index: xfa/src/fxjse/src/context.h |
diff --git a/xfa/src/fxjse/src/context.h b/xfa/src/fxjse/src/context.h |
index d0267fc852575dee95edc442ca6f7f3f0ff39f9b..1b83ebb6d1a42df5753923ec65de17a7ef473916 100644 |
--- a/xfa/src/fxjse/src/context.h |
+++ b/xfa/src/fxjse/src/context.h |
@@ -4,8 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef FXJSE_CONTEXT_H_ |
-#define FXJSE_CONTEXT_H_ |
+#ifndef XFA_SRC_FXJSE_SRC_CONTEXT_H_ |
+#define XFA_SRC_FXJSE_SRC_CONTEXT_H_ |
+ |
class CFXJSE_Class; |
class CFXJSE_Value; |
class CFXJSE_Context { |
@@ -38,4 +39,5 @@ class CFXJSE_Context { |
}; |
v8::Local<v8::Object> FXJSE_CreateReturnValue(v8::Isolate* pIsolate, |
v8::TryCatch& trycatch); |
-#endif |
+ |
+#endif // XFA_SRC_FXJSE_SRC_CONTEXT_H_ |