From 3ff4deea307c38462393e4f83dabe32949338168 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 9 Nov 2016 10:09:03 -0800 Subject: Rename IFWL_ListItem to CFWL_ListItem This CL removes the empty IFWL_ListItem class and uses CFWL_ListItem in its place. As well, the CFWL_ComboListItem is removed and replaced with CFWL_ListItem. These were almost duplicate classes and the one missing field added to CFWL_ListItem. Review-Url: https://codereview.chromium.org/2487943003 --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 945b5a9a5b..cf25d5a639 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1178,6 +1178,8 @@ if (pdf_enable_xfa) { "xfa/fwl/core/cfwl_event.h", "xfa/fwl/core/cfwl_listbox.cpp", "xfa/fwl/core/cfwl_listbox.h", + "xfa/fwl/core/cfwl_listitem.cpp", + "xfa/fwl/core/cfwl_listitem.h", "xfa/fwl/core/cfwl_message.h", "xfa/fwl/core/cfwl_picturebox.cpp", "xfa/fwl/core/cfwl_picturebox.h", -- cgit v1.2.3