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

Unified Diff: xfa/fwl/lightwidget/cfwl_combobox.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_combobox.h
diff --git a/xfa/include/fwl/lightwidget/combobox.h b/xfa/fwl/lightwidget/cfwl_combobox.h
similarity index 96%
rename from xfa/include/fwl/lightwidget/combobox.h
rename to xfa/fwl/lightwidget/cfwl_combobox.h
index c89ddb2b2ac2440459ac21c24d7934e99af1392d..59b542c453dfede816c00827244af7451f5cc53c 100644
--- a/xfa/include/fwl/lightwidget/combobox.h
+++ b/xfa/fwl/lightwidget/cfwl_combobox.h
@@ -4,14 +4,14 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FWL_LIGHTWIDGET_COMBOBOX_H_
-#define XFA_INCLUDE_FWL_LIGHTWIDGET_COMBOBOX_H_
+#ifndef XFA_FWL_LIGHTWIDGET_CFWL_COMBOBOX_H_
+#define XFA_FWL_LIGHTWIDGET_CFWL_COMBOBOX_H_
#include <memory>
#include <vector>
#include "xfa/fwl/basewidget/ifwl_combobox.h"
-#include "xfa/include/fwl/lightwidget/widget.h"
+#include "xfa/fwl/lightwidget/cfwl_widget.h"
class CFWL_WidgetProperties;
class IFWL_ComboBoxDP;
@@ -49,7 +49,6 @@ class CFWL_ComboBox : public CFWL_Widget {
FX_BOOL AfterFocusShowDropList();
FWL_ERR OpenDropDownList(FX_BOOL bActivate);
- public:
FX_BOOL EditCanUndo();
FX_BOOL EditCanRedo();
FX_BOOL EditUndo();
@@ -141,4 +140,4 @@ class CFWL_ComboBoxItem {
void* m_pData;
};
-#endif // XFA_INCLUDE_FWL_LIGHTWIDGET_COMBOBOX_H_
+#endif // XFA_FWL_LIGHTWIDGET_CFWL_COMBOBOX_H_

Powered by Google App Engine
This is Rietveld 408576698