Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: xfa/fwl/cfwl_listitem.h

Issue 2559173002: Move xfa/fwl/core to xfa/fwl. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fwl/cfwl_listbox.cpp ('k') | xfa/fwl/cfwl_listitem.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/cfwl_listitem.h
diff --git a/xfa/fwl/core/cfwl_listitem.h b/xfa/fwl/cfwl_listitem.h
similarity index 83%
rename from xfa/fwl/core/cfwl_listitem.h
rename to xfa/fwl/cfwl_listitem.h
index 0a5f0a3088d80a8d97382dc000e9ed9177f1295f..d4f5d6d62d134d0640d94316f38bb45794e27cca 100644
--- a/xfa/fwl/core/cfwl_listitem.h
+++ b/xfa/fwl/cfwl_listitem.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_CORE_CFWL_LISTITEM_H_
-#define XFA_FWL_CORE_CFWL_LISTITEM_H_
+#ifndef XFA_FWL_CFWL_LISTITEM_H_
+#define XFA_FWL_CFWL_LISTITEM_H_
#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/fx_string.h"
@@ -27,4 +27,4 @@ class CFWL_ListItem {
CFX_RectF m_rtCheckBox;
};
-#endif // XFA_FWL_CORE_CFWL_LISTITEM_H_
+#endif // XFA_FWL_CFWL_LISTITEM_H_
« no previous file with comments | « xfa/fwl/cfwl_listbox.cpp ('k') | xfa/fwl/cfwl_listitem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698