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

Unified Diff: xfa/fwl/cfwl_barcode.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_barcode.h ('k') | xfa/fwl/cfwl_caret.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/cfwl_barcode.cpp
diff --git a/xfa/fwl/core/cfwl_barcode.cpp b/xfa/fwl/cfwl_barcode.cpp
similarity index 97%
rename from xfa/fwl/core/cfwl_barcode.cpp
rename to xfa/fwl/cfwl_barcode.cpp
index 8f5b08113ce64665bc0482e12d51f4b62ebc3a9b..83ab74a608d37f8f50805e5805bd3a607c5aa5de 100644
--- a/xfa/fwl/core/cfwl_barcode.cpp
+++ b/xfa/fwl/cfwl_barcode.cpp
@@ -4,16 +4,16 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/fwl/core/cfwl_barcode.h"
+#include "xfa/fwl/cfwl_barcode.h"
#include <utility>
#include "third_party/base/ptr_util.h"
#include "xfa/fgas/font/cfgas_gefont.h"
-#include "xfa/fwl/core/cfwl_notedriver.h"
-#include "xfa/fwl/core/cfwl_themepart.h"
-#include "xfa/fwl/core/cfx_barcode.h"
-#include "xfa/fwl/core/ifwl_themeprovider.h"
+#include "xfa/fwl/cfwl_notedriver.h"
+#include "xfa/fwl/cfwl_themepart.h"
+#include "xfa/fwl/cfx_barcode.h"
+#include "xfa/fwl/ifwl_themeprovider.h"
CFWL_Barcode::CFWL_Barcode(const CFWL_App* app)
: CFWL_Edit(app, pdfium::MakeUnique<CFWL_WidgetProperties>(), nullptr),
« no previous file with comments | « xfa/fwl/cfwl_barcode.h ('k') | xfa/fwl/cfwl_caret.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698