| Index: xfa/fxfa/xfa_ffpageview.h
|
| diff --git a/xfa/fxfa/include/xfa_ffpageview.h b/xfa/fxfa/xfa_ffpageview.h
|
| similarity index 96%
|
| rename from xfa/fxfa/include/xfa_ffpageview.h
|
| rename to xfa/fxfa/xfa_ffpageview.h
|
| index 6b22dfe7b8691a63e75e063cdab776c43a430c71..cd0f68c0804dc79e16cc0d425b2757e1e8a7d4dd 100644
|
| --- a/xfa/fxfa/include/xfa_ffpageview.h
|
| +++ b/xfa/fxfa/xfa_ffpageview.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FXFA_INCLUDE_XFA_FFPAGEVIEW_H_
|
| -#define XFA_FXFA_INCLUDE_XFA_FFPAGEVIEW_H_
|
| +#ifndef XFA_FXFA_XFA_FFPAGEVIEW_H_
|
| +#define XFA_FXFA_XFA_FFPAGEVIEW_H_
|
|
|
| #include "xfa/fxfa/parser/cxfa_containerlayoutitem.h"
|
| #include "xfa/fxfa/parser/cxfa_contentlayoutitem.h"
|
| @@ -105,4 +105,4 @@ class CXFA_FFTabOrderPageWidgetIterator : public IXFA_WidgetIterator {
|
| FX_BOOL m_bIgnorerelevant;
|
| };
|
|
|
| -#endif // XFA_FXFA_INCLUDE_XFA_FFPAGEVIEW_H_
|
| +#endif // XFA_FXFA_XFA_FFPAGEVIEW_H_
|
|
|