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

Unified Diff: xfa/fwl/cfwl_caret.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_caret.h ('k') | xfa/fwl/cfwl_checkbox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/cfwl_caret.cpp
diff --git a/xfa/fwl/core/cfwl_caret.cpp b/xfa/fwl/cfwl_caret.cpp
similarity index 91%
rename from xfa/fwl/core/cfwl_caret.cpp
rename to xfa/fwl/cfwl_caret.cpp
index f9e26a7e9f2dae9ba5dff7d89e511b817bf569ae..fdac8ec040d115561505761730a1468d55db1a57 100644
--- a/xfa/fwl/core/cfwl_caret.cpp
+++ b/xfa/fwl/cfwl_caret.cpp
@@ -4,16 +4,16 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/fwl/core/cfwl_caret.h"
+#include "xfa/fwl/cfwl_caret.h"
#include <utility>
#include "third_party/base/ptr_util.h"
-#include "xfa/fwl/core/cfwl_notedriver.h"
-#include "xfa/fwl/core/cfwl_themebackground.h"
-#include "xfa/fwl/core/cfwl_timerinfo.h"
-#include "xfa/fwl/core/cfwl_widgetproperties.h"
-#include "xfa/fwl/core/ifwl_themeprovider.h"
+#include "xfa/fwl/cfwl_notedriver.h"
+#include "xfa/fwl/cfwl_themebackground.h"
+#include "xfa/fwl/cfwl_timerinfo.h"
+#include "xfa/fwl/cfwl_widgetproperties.h"
+#include "xfa/fwl/ifwl_themeprovider.h"
namespace {
« no previous file with comments | « xfa/fwl/cfwl_caret.h ('k') | xfa/fwl/cfwl_checkbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698