| Index: xfa/fwl/cfwl_app.h
|
| diff --git a/xfa/fwl/core/cfwl_app.h b/xfa/fwl/cfwl_app.h
|
| similarity index 91%
|
| rename from xfa/fwl/core/cfwl_app.h
|
| rename to xfa/fwl/cfwl_app.h
|
| index 26b514aca7f8ed7fe30cb2fbd1a356de0a0ec422..c2779e8a258424a513f66169b2d90a36dd3d9c53 100644
|
| --- a/xfa/fwl/core/cfwl_app.h
|
| +++ b/xfa/fwl/cfwl_app.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_CORE_CFWL_APP_H_
|
| -#define XFA_FWL_CORE_CFWL_APP_H_
|
| +#ifndef XFA_FWL_CFWL_APP_H_
|
| +#define XFA_FWL_CFWL_APP_H_
|
|
|
| #include <memory>
|
|
|
| @@ -42,4 +42,4 @@ class CFWL_App {
|
| std::unique_ptr<CFWL_NoteDriver> m_pNoteDriver;
|
| };
|
|
|
| -#endif // XFA_FWL_CORE_CFWL_APP_H_
|
| +#endif // XFA_FWL_CFWL_APP_H_
|
|
|