| Index: xfa/fxfa/xfa_ffapp.h
|
| diff --git a/xfa/fxfa/include/xfa_ffapp.h b/xfa/fxfa/xfa_ffapp.h
|
| similarity index 95%
|
| rename from xfa/fxfa/include/xfa_ffapp.h
|
| rename to xfa/fxfa/xfa_ffapp.h
|
| index 0a417da42a7acfa3061aa17edb51a72adc466626..d7465b145d6ad07093406f244e6398997b2a404a 100644
|
| --- a/xfa/fxfa/include/xfa_ffapp.h
|
| +++ b/xfa/fxfa/xfa_ffapp.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FXFA_INCLUDE_XFA_FFAPP_H_
|
| -#define XFA_FXFA_INCLUDE_XFA_FFAPP_H_
|
| +#ifndef XFA_FXFA_XFA_FFAPP_H_
|
| +#define XFA_FXFA_XFA_FFAPP_H_
|
|
|
| #include <memory>
|
|
|
| @@ -13,7 +13,7 @@
|
| #include "core/fpdfapi/fpdf_parser/cpdf_stream_acc.h"
|
| #include "xfa/fgas/font/fgas_font.h"
|
| #include "xfa/fwl/core/ifwl_app.h"
|
| -#include "xfa/fxfa/include/fxfa.h"
|
| +#include "xfa/fxfa/fxfa.h"
|
|
|
| class CFWL_WidgetMgrDelegate;
|
| class CXFA_DefFontMgr;
|
| @@ -90,4 +90,4 @@ class CXFA_FFApp {
|
| std::unique_ptr<IFWL_App> m_pFWLApp;
|
| };
|
|
|
| -#endif // XFA_FXFA_INCLUDE_XFA_FFAPP_H_
|
| +#endif // XFA_FXFA_XFA_FFAPP_H_
|
|
|