| Index: xfa/fxfa/app/xfa_ffwidgetacc.h
|
| diff --git a/xfa/src/fxfa/app/xfa_ffwidgetacc.h b/xfa/fxfa/app/xfa_ffwidgetacc.h
|
| similarity index 88%
|
| rename from xfa/src/fxfa/app/xfa_ffwidgetacc.h
|
| rename to xfa/fxfa/app/xfa_ffwidgetacc.h
|
| index 19bd28d3930d39a83ad44f56c8b18168375aaf8c..722256a6f726ba50ef35351fc1b37dd3c893c673 100644
|
| --- a/xfa/src/fxfa/app/xfa_ffwidgetacc.h
|
| +++ b/xfa/fxfa/app/xfa_ffwidgetacc.h
|
| @@ -4,10 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_APP_XFA_FFWIDGETACC_H_
|
| -#define XFA_SRC_FXFA_APP_XFA_FFWIDGETACC_H_
|
| +#ifndef XFA_FXFA_APP_XFA_FFWIDGETACC_H_
|
| +#define XFA_FXFA_APP_XFA_FFWIDGETACC_H_
|
|
|
| -#include "xfa/src/fxfa/app/xfa_textlayout.h"
|
| +#include "xfa/fxfa/app/xfa_textlayout.h"
|
|
|
| enum XFA_TEXTPROVIDERTYPE {
|
| XFA_TEXTPROVIDERTYPE_Text,
|
| @@ -41,4 +41,4 @@ class CXFA_TextProvider : public IXFA_TextProvider {
|
| CXFA_Node* m_pTextNode;
|
| };
|
|
|
| -#endif // XFA_SRC_FXFA_APP_XFA_FFWIDGETACC_H_
|
| +#endif // XFA_FXFA_APP_XFA_FFWIDGETACC_H_
|
|
|