| Index: xfa/fxfa/app/xfa_ffimageedit.h
|
| diff --git a/xfa/src/fxfa/app/xfa_ffimageedit.h b/xfa/fxfa/app/xfa_ffimageedit.h
|
| similarity index 86%
|
| rename from xfa/src/fxfa/app/xfa_ffimageedit.h
|
| rename to xfa/fxfa/app/xfa_ffimageedit.h
|
| index d7438ae2e47bc3328c42f12344f01579adc66190..7ecd18a0c1a78ea7bbd03fd98cbe490e75fe194e 100644
|
| --- a/xfa/src/fxfa/app/xfa_ffimageedit.h
|
| +++ b/xfa/fxfa/app/xfa_ffimageedit.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_APP_XFA_FFIMAGEEDIT_H_
|
| -#define XFA_SRC_FXFA_APP_XFA_FFIMAGEEDIT_H_
|
| +#ifndef XFA_FXFA_APP_XFA_FFIMAGEEDIT_H_
|
| +#define XFA_FXFA_APP_XFA_FFIMAGEEDIT_H_
|
|
|
| -#include "xfa/src/fxfa/app/xfa_fffield.h"
|
| +#include "xfa/fxfa/app/xfa_fffield.h"
|
|
|
| class CXFA_FFImageEdit : public CXFA_FFField {
|
| public:
|
| @@ -33,4 +33,4 @@ class CXFA_FFImageEdit : public CXFA_FFField {
|
| IFWL_WidgetDelegate* m_pOldDelegate;
|
| };
|
|
|
| -#endif // XFA_SRC_FXFA_APP_XFA_FFIMAGEEDIT_H_
|
| +#endif // XFA_FXFA_APP_XFA_FFIMAGEEDIT_H_
|
|
|