Index: xfa/src/fxfa/src/app/xfa_ffchoicelist.h |
diff --git a/xfa/src/fxfa/src/app/xfa_ffchoicelist.h b/xfa/src/fxfa/src/app/xfa_ffchoicelist.h |
index b8140b33d58d210f949700cefcef154c9204eb8f..3646dc826f03d27e5b1644c1975dc46986ba2ed0 100644 |
--- a/xfa/src/fxfa/src/app/xfa_ffchoicelist.h |
+++ b/xfa/src/fxfa/src/app/xfa_ffchoicelist.h |
@@ -4,8 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef _FXFA_FORMFILLER_CHOICELIST_IMP_H |
-#define _FXFA_FORMFILLER_CHOICELIST_IMP_H |
+#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFCHOICELIST_H_ |
+#define XFA_SRC_FXFA_SRC_APP_XFA_FFCHOICELIST_H_ |
+ |
class CXFA_FFListBox : public CXFA_FFField { |
public: |
CXFA_FFListBox(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc); |
@@ -88,4 +89,5 @@ class CXFA_FFComboBox : public CXFA_FFField { |
protected: |
IFWL_WidgetDelegate* m_pOldDelegate; |
}; |
-#endif |
+ |
+#endif // XFA_SRC_FXFA_SRC_APP_XFA_FFCHOICELIST_H_ |