Index: xfa/fwl/cfwl_message.cpp |
diff --git a/xfa/fwl/core/cfwl_message.cpp b/xfa/fwl/cfwl_message.cpp |
similarity index 84% |
rename from xfa/fwl/core/cfwl_message.cpp |
rename to xfa/fwl/cfwl_message.cpp |
index a8d13fc7404c34757b7773be2442cb793565701f..258fe6206026bbeda7f6c6cff282ea63e94a474a 100644 |
--- a/xfa/fwl/core/cfwl_message.cpp |
+++ b/xfa/fwl/cfwl_message.cpp |
@@ -4,7 +4,7 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/fwl/core/cfwl_message.h" |
+#include "xfa/fwl/cfwl_message.h" |
CFWL_Message::CFWL_Message(CFWL_Message::Type type) |
: CFWL_Message(type, nullptr, nullptr) {} |
@@ -15,9 +15,7 @@ CFWL_Message::CFWL_Message(Type type, CFWL_Widget* pSrcTarget) |
CFWL_Message::CFWL_Message(Type type, |
CFWL_Widget* pSrcTarget, |
CFWL_Widget* pDstTarget) |
- : m_pSrcTarget(pSrcTarget), |
- m_pDstTarget(pDstTarget), |
- m_type(type) {} |
+ : m_pSrcTarget(pSrcTarget), m_pDstTarget(pDstTarget), m_type(type) {} |
CFWL_Message::~CFWL_Message() {} |