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

Unified Diff: xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.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
Index: xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
diff --git a/xfa/src/fxbarcode/src/BC_ErrorCorrection.cpp b/xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
similarity index 95%
rename from xfa/src/fxbarcode/src/BC_ErrorCorrection.cpp
rename to xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
index 16f5c1184e47b654f435edcc0d36d1052cc491a7..f34607249935d3408f83153f7be0c65fb291930f 100644
--- a/xfa/src/fxbarcode/src/BC_ErrorCorrection.cpp
+++ b/xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.cpp
@@ -20,11 +20,11 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_Encoder.h"
-#include "include/BC_SymbolShapeHint.h"
-#include "include/BC_SymbolInfo.h"
-#include "include/BC_ErrorCorrection.h"
+#include "../barcode.h"
+#include "BC_Encoder.h"
+#include "BC_SymbolShapeHint.h"
+#include "BC_SymbolInfo.h"
+#include "BC_ErrorCorrection.h"
FX_INT32 CBC_ErrorCorrection::FACTOR_SETS[] = {5, 7, 10, 11, 12, 14, 18, 20, 24, 28, 36, 42, 48, 56, 62, 68};
FX_INT32 CBC_ErrorCorrection::FACTORS[][100] = {
{228, 48, 15, 111, 62},
« no previous file with comments | « xfa/src/fxbarcode/datamatrix/BC_ErrorCorrection.h ('k') | xfa/src/fxbarcode/datamatrix/BC_HighLevelEncoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698