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

Unified Diff: xfa/src/fwl/basewidget/fxmath_barcodeimp.cpp

Issue 1770953004: Remove xfa/src/fwl/src and move code up a level. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months 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
Index: xfa/src/fwl/basewidget/fxmath_barcodeimp.cpp
diff --git a/xfa/src/fwl/src/basewidget/fxmath_barcodeimp.cpp b/xfa/src/fwl/basewidget/fxmath_barcodeimp.cpp
similarity index 99%
rename from xfa/src/fwl/src/basewidget/fxmath_barcodeimp.cpp
rename to xfa/src/fwl/basewidget/fxmath_barcodeimp.cpp
index 19aff16250cc745983d0f870d87230c74515ab39..8c9bfe432c08ccca3f5d887ba3ca505e4bcccae1 100644
--- a/xfa/src/fwl/src/basewidget/fxmath_barcodeimp.cpp
+++ b/xfa/src/fwl/basewidget/fxmath_barcodeimp.cpp
@@ -4,7 +4,7 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/src/fwl/src/basewidget/fxmath_barcodeimp.h"
+#include "xfa/src/fwl/basewidget/fxmath_barcodeimp.h"
static CBC_CodeBase* FX_Barcode_CreateBarCodeEngineObject(BC_TYPE type) {
switch (type) {

Powered by Google App Engine
This is Rietveld 408576698