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

Unified Diff: xfa/fwl/lightwidget/cfwl_listbox.h

Issue 1834323003: Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months 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
Index: xfa/fwl/lightwidget/cfwl_listbox.h
diff --git a/xfa/include/fwl/lightwidget/listbox.h b/xfa/fwl/lightwidget/cfwl_listbox.h
similarity index 95%
rename from xfa/include/fwl/lightwidget/listbox.h
rename to xfa/fwl/lightwidget/cfwl_listbox.h
index 6e35de738be193278d25018a6f350c3addd738b6..28fb42af691bbb1e50ba1ca75656b00345751b64 100644
--- a/xfa/include/fwl/lightwidget/listbox.h
+++ b/xfa/fwl/lightwidget/cfwl_listbox.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FWL_LIGHTWIDGET_LISTBOX_H_
-#define XFA_INCLUDE_FWL_LIGHTWIDGET_LISTBOX_H_
+#ifndef XFA_FWL_LIGHTWIDGET_CFWL_LISTBOX_H_
+#define XFA_FWL_LIGHTWIDGET_CFWL_LISTBOX_H_
#include <memory>
#include <vector>
@@ -13,7 +13,7 @@
#include "xfa/fwl/basewidget/ifwl_listbox.h"
#include "xfa/fwl/core/fwl_error.h"
#include "xfa/fwl/core/ifwl_widget.h"
-#include "xfa/include/fwl/lightwidget/widget.h"
+#include "xfa/fwl/lightwidget/cfwl_widget.h"
class CFWL_ListItem;
@@ -124,4 +124,4 @@ class CFWL_ListItem {
CFX_RectF m_rtCheckBox;
};
-#endif // XFA_INCLUDE_FWL_LIGHTWIDGET_LISTBOX_H_
+#endif // XFA_FWL_LIGHTWIDGET_CFWL_LISTBOX_H_

Powered by Google App Engine
This is Rietveld 408576698