Index: xfa/src/fxfa/src/app/xfa_ffConfigAcc.h |
diff --git a/xfa/src/fxfa/src/app/xfa_ffConfigAcc.h b/xfa/src/fxfa/src/app/xfa_ffConfigAcc.h |
index f41495b4e9d414e386281e83f8beb1dc1b65f3e3..c26876a4e315162a82666f655ba57254bce9c71c 100644 |
--- a/xfa/src/fxfa/src/app/xfa_ffConfigAcc.h |
+++ b/xfa/src/fxfa/src/app/xfa_ffConfigAcc.h |
@@ -4,8 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef _FXFA_FORMFILLERCONFIGACC_IMP_H |
-#define _FXFA_FORMFILLERCONFIGACC_IMP_H |
+#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFCONFIGACC_H_ |
+#define XFA_SRC_FXFA_SRC_APP_XFA_FFCONFIGACC_H_ |
+ |
class CXFA_FFConfigAcc { |
public: |
CXFA_FFConfigAcc(CXFA_Node* pNode); |
@@ -22,4 +23,5 @@ class CXFA_FFConfigAcc { |
CXFA_Node* m_pNode; |
CXFA_Node* m_pPsMapNode; |
}; |
-#endif |
+ |
+#endif // XFA_SRC_FXFA_SRC_APP_XFA_FFCONFIGACC_H_ |