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

Unified Diff: xfa/fwl/lightwidget/cfwl_datetimepicker.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_datetimepicker.h
diff --git a/xfa/include/fwl/lightwidget/datetimepicker.h b/xfa/fwl/lightwidget/cfwl_datetimepicker.h
similarity index 90%
rename from xfa/include/fwl/lightwidget/datetimepicker.h
rename to xfa/fwl/lightwidget/cfwl_datetimepicker.h
index 17ab11ceb2ba9473beba14255dc9e0f9a1b8e119..a96ac532c155d37724d0042db64805528fac0f91 100644
--- a/xfa/include/fwl/lightwidget/datetimepicker.h
+++ b/xfa/fwl/lightwidget/cfwl_datetimepicker.h
@@ -4,11 +4,11 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FWL_LIGHTWIDGET_DATETIMEPICKER_H_
-#define XFA_INCLUDE_FWL_LIGHTWIDGET_DATETIMEPICKER_H_
+#ifndef XFA_FWL_LIGHTWIDGET_CFWL_DATETIMEPICKER_H_
+#define XFA_FWL_LIGHTWIDGET_CFWL_DATETIMEPICKER_H_
#include "xfa/fwl/basewidget/ifwl_datetimepicker.h"
-#include "xfa/include/fwl/lightwidget/widget.h"
+#include "xfa/fwl/lightwidget/cfwl_widget.h"
class CFWL_DateTimePicker : public CFWL_Widget {
public:
@@ -58,4 +58,4 @@ class CFWL_DateTimePicker : public CFWL_Widget {
CFWL_DateTimePickerDP m_DateTimePickerDP;
};
-#endif // XFA_INCLUDE_FWL_LIGHTWIDGET_DATETIMEPICKER_H_
+#endif // XFA_FWL_LIGHTWIDGET_CFWL_DATETIMEPICKER_H_

Powered by Google App Engine
This is Rietveld 408576698