| Index: xfa/fwl/cfwl_noteloop.h
|
| diff --git a/xfa/fwl/core/cfwl_noteloop.h b/xfa/fwl/cfwl_noteloop.h
|
| similarity index 84%
|
| rename from xfa/fwl/core/cfwl_noteloop.h
|
| rename to xfa/fwl/cfwl_noteloop.h
|
| index 20bc03f560363c5a96abe41248cfec257f8a204c..57e1a140c21207d6fea1922479593deb4b61deb4 100644
|
| --- a/xfa/fwl/core/cfwl_noteloop.h
|
| +++ b/xfa/fwl/cfwl_noteloop.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_CORE_CFWL_NOTELOOP_H_
|
| -#define XFA_FWL_CORE_CFWL_NOTELOOP_H_
|
| +#ifndef XFA_FWL_CFWL_NOTELOOP_H_
|
| +#define XFA_FWL_CFWL_NOTELOOP_H_
|
|
|
| class CFWL_Widget;
|
|
|
| @@ -24,4 +24,4 @@ class CFWL_NoteLoop {
|
| bool m_bContinueModal;
|
| };
|
|
|
| -#endif // XFA_FWL_CORE_CFWL_NOTELOOP_H_
|
| +#endif // XFA_FWL_CFWL_NOTELOOP_H_
|
|
|