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

Unified Diff: xfa/src/fwl/basewidget/fwl_datetimepickerimp.h

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_datetimepickerimp.h
diff --git a/xfa/src/fwl/src/basewidget/fwl_datetimepickerimp.h b/xfa/src/fwl/basewidget/fwl_datetimepickerimp.h
similarity index 96%
rename from xfa/src/fwl/src/basewidget/fwl_datetimepickerimp.h
rename to xfa/src/fwl/basewidget/fwl_datetimepickerimp.h
index b1b7207104a04670dec5b363367226fe7695f0ce..4bc1063db52c8588318bfe50bd5ac85e860a45ce 100644
--- a/xfa/src/fwl/src/basewidget/fwl_datetimepickerimp.h
+++ b/xfa/src/fwl/basewidget/fwl_datetimepickerimp.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FWL_SRC_BASEWIDGET_FWL_DATETIMEPICKERIMP_H_
-#define XFA_SRC_FWL_SRC_BASEWIDGET_FWL_DATETIMEPICKERIMP_H_
+#ifndef XFA_SRC_FWL_BASEWIDGET_FWL_DATETIMEPICKERIMP_H_
+#define XFA_SRC_FWL_BASEWIDGET_FWL_DATETIMEPICKERIMP_H_
#include <memory>
@@ -14,8 +14,8 @@
#include "xfa/include/fwl/basewidget/fwl_datetimepicker.h"
#include "xfa/include/fwl/basewidget/fwl_edit.h"
#include "xfa/include/fwl/basewidget/fwl_monthcalendar.h"
-#include "xfa/src/fwl/src/basewidget/fwl_editimp.h"
-#include "xfa/src/fwl/src/basewidget/fwl_monthcalendarimp.h"
+#include "xfa/src/fwl/basewidget/fwl_editimp.h"
+#include "xfa/src/fwl/basewidget/fwl_monthcalendarimp.h"
class CFWL_WidgetImp;
class CFWL_WidgetImpProperties;
@@ -232,4 +232,4 @@ class CFWL_DateTimePickerImpDelegate : public CFWL_WidgetImpDelegate {
void DisForm_OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet = TRUE);
};
-#endif // XFA_SRC_FWL_SRC_BASEWIDGET_FWL_DATETIMEPICKERIMP_H_
+#endif // XFA_SRC_FWL_BASEWIDGET_FWL_DATETIMEPICKERIMP_H_

Powered by Google App Engine
This is Rietveld 408576698