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

Unified Diff: xfa/src/fxbarcode/pdf417/BC_PDF417Common.cpp

Issue 842043002: Organize barcode codes into modules. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rebase Created 5 years, 11 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
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417Common.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/pdf417/BC_PDF417Common.cpp
diff --git a/xfa/src/fxbarcode/src/BC_PDF417Common.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417Common.cpp
similarity index 98%
rename from xfa/src/fxbarcode/src/BC_PDF417Common.cpp
rename to xfa/src/fxbarcode/pdf417/BC_PDF417Common.cpp
index f195e4b4ef9c3264e4b9207bc0b937a3301ea4c7..1f192e63a7e069bce4f740d3934d01aa37499e96 100644
--- a/xfa/src/fxbarcode/src/BC_PDF417Common.cpp
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417Common.cpp
@@ -20,8 +20,8 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_PDF417Common.h"
+#include "../barcode.h"
+#include "BC_PDF417Common.h"
FX_INT32 CBC_PDF417Common::NUMBER_OF_CODEWORDS = 929;
FX_INT32 CBC_PDF417Common::MAX_CODEWORDS_IN_BARCODE = NUMBER_OF_CODEWORDS - 1;
FX_INT32 CBC_PDF417Common::MIN_ROWS_IN_BARCODE = 3;
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417Common.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698