| Index: xfa/fxfa/app/xfa_ffsubform.h
|
| diff --git a/xfa/src/fxfa/app/xfa_ffsubform.h b/xfa/fxfa/app/xfa_ffsubform.h
|
| similarity index 65%
|
| rename from xfa/src/fxfa/app/xfa_ffsubform.h
|
| rename to xfa/fxfa/app/xfa_ffsubform.h
|
| index cb82f91c645bd9d50f992f7641e0cf05c869a160..e4369113de14384332225323829a96be054c786d 100644
|
| --- a/xfa/src/fxfa/app/xfa_ffsubform.h
|
| +++ b/xfa/fxfa/app/xfa_ffsubform.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_APP_XFA_FFSUBFORM_H_
|
| -#define XFA_SRC_FXFA_APP_XFA_FFSUBFORM_H_
|
| +#ifndef XFA_FXFA_APP_XFA_FFSUBFORM_H_
|
| +#define XFA_FXFA_APP_XFA_FFSUBFORM_H_
|
|
|
| -#include "xfa/src/fxfa/app/xfa_ffpageview.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffwidget.h"
|
| +#include "xfa/fxfa/app/xfa_ffpageview.h"
|
| +#include "xfa/fxfa/app/xfa_ffwidget.h"
|
|
|
| class CXFA_FFSubForm : public CXFA_FFWidget {
|
| public:
|
| @@ -16,4 +16,4 @@ class CXFA_FFSubForm : public CXFA_FFWidget {
|
| virtual ~CXFA_FFSubForm();
|
| };
|
|
|
| -#endif // XFA_SRC_FXFA_APP_XFA_FFSUBFORM_H_
|
| +#endif // XFA_FXFA_APP_XFA_FFSUBFORM_H_
|
|
|