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), |