Chromium Code Reviews| Index: xfa/src/fwl/src/basewidget/include/fwl_listboximp.h |
| diff --git a/xfa/src/fwl/src/basewidget/include/fwl_listboximp.h b/xfa/src/fwl/src/basewidget/include/fwl_listboximp.h |
| index 0745619df8b3ab8cfc5ca9ca8dc10af175e63e1e..3d45b57f47309111cf5074b508fc5c3e558e99bf 100644 |
| --- a/xfa/src/fwl/src/basewidget/include/fwl_listboximp.h |
| +++ b/xfa/src/fwl/src/basewidget/include/fwl_listboximp.h |
| @@ -4,8 +4,8 @@ |
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| -#ifndef _FWL_LISTBOX_IMP_H |
| -#define _FWL_LISTBOX_IMP_H |
| +#ifndef XFA_SRC_FWL_BASEWIDGET_INCLUDE_FWL_LISTBOX_IMP_H_ |
|
Tom Sepez
2016/02/18 18:33:11
ditto
dsinclair
2016/02/18 19:19:05
Done.
|
| +#define XFA_SRC_FWL_BASEWIDGET_INCLUDE_FWL_LISTBOX_IMP_H_ |
| #include <memory> |
| @@ -116,4 +116,5 @@ class CFWL_ListBoxImpDelegate : public CFWL_WidgetImpDelegate { |
| void DispatchSelChangedEv(); |
| CFWL_ListBoxImp* m_pOwner; |
| }; |
| -#endif |
| + |
| +#endif // XFA_SRC_FWL_BASEWIDGET_INCLUDE_FWL_LISTBOX_IMP_H_ |