| Index: xfa/fwl/lightwidget/cfwl_edit.h
|
| diff --git a/xfa/include/fwl/lightwidget/edit.h b/xfa/fwl/lightwidget/cfwl_edit.h
|
| similarity index 92%
|
| rename from xfa/include/fwl/lightwidget/edit.h
|
| rename to xfa/fwl/lightwidget/cfwl_edit.h
|
| index a142f483d15e8333308731cb180198bca0c099d1..153c75604417430ea0c16f98e9ba05327bb328c6 100644
|
| --- a/xfa/include/fwl/lightwidget/edit.h
|
| +++ b/xfa/fwl/lightwidget/cfwl_edit.h
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_INCLUDE_FWL_LIGHTWIDGET_EDIT_H_
|
| -#define XFA_INCLUDE_FWL_LIGHTWIDGET_EDIT_H_
|
| +#ifndef XFA_FWL_LIGHTWIDGET_CFWL_EDIT_H_
|
| +#define XFA_FWL_LIGHTWIDGET_CFWL_EDIT_H_
|
|
|
| #include <vector>
|
|
|
| -#include "xfa/include/fwl/lightwidget/widget.h"
|
| +#include "xfa/fwl/lightwidget/cfwl_widget.h"
|
|
|
| class CFWL_WidgetProperties;
|
|
|
| @@ -64,4 +64,4 @@ class CFWL_Edit : public CFWL_Widget {
|
| virtual ~CFWL_Edit();
|
| };
|
|
|
| -#endif // XFA_INCLUDE_FWL_LIGHTWIDGET_EDIT_H_
|
| +#endif // XFA_FWL_LIGHTWIDGET_CFWL_EDIT_H_
|
|
|