| Index: xfa/fwl/basewidget/ifwl_datetimepicker.h
 | 
| diff --git a/xfa/include/fwl/basewidget/fwl_datetimepicker.h b/xfa/fwl/basewidget/ifwl_datetimepicker.h
 | 
| similarity index 92%
 | 
| rename from xfa/include/fwl/basewidget/fwl_datetimepicker.h
 | 
| rename to xfa/fwl/basewidget/ifwl_datetimepicker.h
 | 
| index 7cce00eaddce94e86099624b5c26c13970d0b665..25c69682a90234681552777f5ab82381ad9adbf4 100644
 | 
| --- a/xfa/include/fwl/basewidget/fwl_datetimepicker.h
 | 
| +++ b/xfa/fwl/basewidget/ifwl_datetimepicker.h
 | 
| @@ -4,11 +4,13 @@
 | 
|  
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
| -#ifndef XFA_INCLUDE_FWL_BASEWIDGET_FWL_DATETIMEPICKER_H_
 | 
| -#define XFA_INCLUDE_FWL_BASEWIDGET_FWL_DATETIMEPICKER_H_
 | 
| +#ifndef XFA_FWL_BASEWIDGET_IFWL_DATETIMEPICKER_H_
 | 
| +#define XFA_FWL_BASEWIDGET_IFWL_DATETIMEPICKER_H_
 | 
|  
 | 
| -#include "xfa/include/fwl/core/fwl_note.h"
 | 
| -#include "xfa/include/fwl/core/fwl_widget.h"
 | 
| +#include "xfa/fwl/core/ifwl_widget.h"
 | 
| +#include "xfa/fwl/core/ifwl_dataprovider.h"
 | 
| +#include "xfa/fwl/core/cfwl_event.h"
 | 
| +#include "xfa/fwl/core/cfwl_widgetimpproperties.h"
 | 
|  
 | 
|  #define FWL_CLASS_DateTimePicker L"FWL_DATETIMEPICKER"
 | 
|  #define FWL_CLASSHASH_DateTimePicker 3851176257
 | 
| @@ -74,6 +76,7 @@ class IFWL_DateTimePickerDP : public IFWL_DataProvider {
 | 
|                             int32_t& iMonth,
 | 
|                             int32_t& iDay) = 0;
 | 
|  };
 | 
| +
 | 
|  class IFWL_DateTimePicker : public IFWL_Widget {
 | 
|   public:
 | 
|    static IFWL_DateTimePicker* Create(const CFWL_WidgetImpProperties& properties,
 | 
| @@ -109,4 +112,4 @@ class IFWL_DateTimePicker : public IFWL_Widget {
 | 
|    IFWL_DateTimePicker();
 | 
|  };
 | 
|  
 | 
| -#endif  // XFA_INCLUDE_FWL_BASEWIDGET_FWL_DATETIMEPICKER_H_
 | 
| +#endif  // XFA_FWL_BASEWIDGET_IFWL_DATETIMEPICKER_H_
 | 
| 
 |