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

Unified Diff: xfa/fwl/cfwl_messagesetfocus.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_messagesetfocus.h ('k') | xfa/fwl/cfwl_monthcalendar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/cfwl_messagesetfocus.cpp
diff --git a/xfa/fwl/core/cfwl_msgsetfocus.cpp b/xfa/fwl/cfwl_messagesetfocus.cpp
similarity index 52%
rename from xfa/fwl/core/cfwl_msgsetfocus.cpp
rename to xfa/fwl/cfwl_messagesetfocus.cpp
index 82e9610b150ab2f71e7a09c8342f6bff0a9a9c3a..f7653c9ef2e74c6db85409e2c71a087a82aa2051 100644
--- a/xfa/fwl/core/cfwl_msgsetfocus.cpp
+++ b/xfa/fwl/cfwl_messagesetfocus.cpp
@@ -4,18 +4,18 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/fwl/core/cfwl_msgsetfocus.h"
+#include "xfa/fwl/cfwl_messagesetfocus.h"
#include <memory>
#include "third_party/base/ptr_util.h"
-CFWL_MsgSetFocus::CFWL_MsgSetFocus(CFWL_Widget* pSrcTarget,
- CFWL_Widget* pDstTarget)
+CFWL_MessageSetFocus::CFWL_MessageSetFocus(CFWL_Widget* pSrcTarget,
+ CFWL_Widget* pDstTarget)
: CFWL_Message(CFWL_Message::Type::SetFocus, pSrcTarget, pDstTarget) {}
-CFWL_MsgSetFocus::~CFWL_MsgSetFocus() {}
+CFWL_MessageSetFocus::~CFWL_MessageSetFocus() {}
-std::unique_ptr<CFWL_Message> CFWL_MsgSetFocus::Clone() {
- return pdfium::MakeUnique<CFWL_MsgSetFocus>(*this);
+std::unique_ptr<CFWL_Message> CFWL_MessageSetFocus::Clone() {
+ return pdfium::MakeUnique<CFWL_MessageSetFocus>(*this);
}
« no previous file with comments | « xfa/fwl/cfwl_messagesetfocus.h ('k') | xfa/fwl/cfwl_monthcalendar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698