Index: xfa/src/fwl/src/basewidget/include/fwl_tooltipctrlimp.h |
diff --git a/xfa/src/fwl/src/basewidget/include/fwl_tooltipctrlimp.h b/xfa/src/fwl/src/basewidget/include/fwl_tooltipctrlimp.h |
index 2ca464bd2b6ef09ed05ffa9afa6da03bd1d67845..25796f60a5140f6183d6e1b0f078c2f741eba9bb 100644 |
--- a/xfa/src/fwl/src/basewidget/include/fwl_tooltipctrlimp.h |
+++ b/xfa/src/fwl/src/basewidget/include/fwl_tooltipctrlimp.h |
@@ -4,8 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef _FWL_ToolTip_IMP_H |
-#define _FWL_ToolTip_IMP_H |
+#ifndef XFA_SRC_FWL_BASEWIDGET_INCLUDE_FWL_TOOLTIP_CTRLIMP_H_ |
+#define XFA_SRC_FWL_BASEWIDGET_INCLUDE_FWL_TOOLTIP_CTRLIMP_H_ |
+ |
class CFWL_WidgetImp; |
class CFWL_WidgetImpProperties; |
class CFWL_WidgetImpDelegate; |
@@ -80,4 +81,5 @@ class CFWL_ToolTipImpDelegate : public CFWL_WidgetImpDelegate { |
void OnKeyDown(CFWL_MsgKey* pMsg); |
CFWL_ToolTipImp* m_pOwner; |
}; |
-#endif |
+ |
+#endif // XFA_SRC_FWL_BASEWIDGET_INCLUDE_FWL_TOOLTIP_CTRLIMP_H_ |