| Index: xfa/fxfa/app/xfa_ffchoicelist.h
|
| diff --git a/xfa/src/fxfa/app/xfa_ffchoicelist.h b/xfa/fxfa/app/xfa_ffchoicelist.h
|
| similarity index 93%
|
| rename from xfa/src/fxfa/app/xfa_ffchoicelist.h
|
| rename to xfa/fxfa/app/xfa_ffchoicelist.h
|
| index 781360f8ad4c994bc6e28b782e9d04ae6b9fd548..1699b18039d87c9dc6daad4d2c958ac9c7f9fdff 100644
|
| --- a/xfa/src/fxfa/app/xfa_ffchoicelist.h
|
| +++ b/xfa/fxfa/app/xfa_ffchoicelist.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_APP_XFA_FFCHOICELIST_H_
|
| -#define XFA_SRC_FXFA_APP_XFA_FFCHOICELIST_H_
|
| +#ifndef XFA_FXFA_APP_XFA_FFCHOICELIST_H_
|
| +#define XFA_FXFA_APP_XFA_FFCHOICELIST_H_
|
|
|
| -#include "xfa/src/fxfa/app/xfa_fffield.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffpageview.h"
|
| +#include "xfa/fxfa/app/xfa_fffield.h"
|
| +#include "xfa/fxfa/app/xfa_ffpageview.h"
|
|
|
| class CXFA_FFListBox : public CXFA_FFField {
|
| public:
|
| @@ -93,4 +93,4 @@ class CXFA_FFComboBox : public CXFA_FFField {
|
| IFWL_WidgetDelegate* m_pOldDelegate;
|
| };
|
|
|
| -#endif // XFA_SRC_FXFA_APP_XFA_FFCHOICELIST_H_
|
| +#endif // XFA_FXFA_APP_XFA_FFCHOICELIST_H_
|
|
|