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

Unified Diff: xfa/src/fwl/basewidget/fwl_listboximp.cpp

Issue 1770953004: Remove xfa/src/fwl/src and move code up a level. (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/src/fwl/basewidget/fwl_listboximp.cpp
diff --git a/xfa/src/fwl/src/basewidget/fwl_listboximp.cpp b/xfa/src/fwl/basewidget/fwl_listboximp.cpp
similarity index 99%
rename from xfa/src/fwl/src/basewidget/fwl_listboximp.cpp
rename to xfa/src/fwl/basewidget/fwl_listboximp.cpp
index dc7c33f2c6ee2ba7952ced1062517f859205200b..26b27e86370f28fc5e1f39e4d5e56d6708b38c8f 100644
--- a/xfa/src/fwl/src/basewidget/fwl_listboximp.cpp
+++ b/xfa/src/fwl/basewidget/fwl_listboximp.cpp
@@ -4,15 +4,15 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/src/fwl/src/basewidget/fwl_listboximp.h"
+#include "xfa/src/fwl/basewidget/fwl_listboximp.h"
#include "xfa/include/fwl/core/fwl_theme.h"
#include "xfa/src/fdp/include/fde_tto.h"
-#include "xfa/src/fwl/src/basewidget/fwl_comboboximp.h"
-#include "xfa/src/fwl/src/basewidget/fwl_scrollbarimp.h"
-#include "xfa/src/fwl/src/core/fwl_noteimp.h"
-#include "xfa/src/fwl/src/core/fwl_targetimp.h"
-#include "xfa/src/fwl/src/core/fwl_widgetimp.h"
+#include "xfa/src/fwl/basewidget/fwl_comboboximp.h"
+#include "xfa/src/fwl/basewidget/fwl_scrollbarimp.h"
+#include "xfa/src/fwl/core/fwl_noteimp.h"
+#include "xfa/src/fwl/core/fwl_targetimp.h"
+#include "xfa/src/fwl/core/fwl_widgetimp.h"
#define FWL_LISTBOX_ItemTextMargin 2
@@ -71,8 +71,7 @@ CFWL_ListBoxImp::CFWL_ListBoxImp(const CFWL_WidgetImpProperties& properties,
m_rtConent.Reset();
m_rtStatic.Reset();
}
-CFWL_ListBoxImp::~CFWL_ListBoxImp() {
-}
+CFWL_ListBoxImp::~CFWL_ListBoxImp() {}
FWL_ERR CFWL_ListBoxImp::GetClassName(CFX_WideString& wsClass) const {
wsClass = FWL_CLASS_ListBox;
return FWL_ERR_Succeeded;

Powered by Google App Engine
This is Rietveld 408576698