Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: xfa/fwl/cfwl_message.cpp

Issue 2559173002: Move xfa/fwl/core to xfa/fwl. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fwl/cfwl_message.h ('k') | xfa/fwl/cfwl_messagekey.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « xfa/fwl/cfwl_message.h ('k') | xfa/fwl/cfwl_messagekey.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698