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

Unified Diff: xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.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/pdf417/BC_PDF417DecodedBitStreamParser.cpp
diff --git a/xfa/src/fxbarcode/src/BC_PDF417DecodedBitStreamParser.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp
similarity index 96%
rename from xfa/src/fxbarcode/src/BC_PDF417DecodedBitStreamParser.cpp
rename to xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp
index e3583bcddcd7e93a06252deb0b219173a732bca8..ae26057c3e55a867c66648ed4ee11236a5c4268f 100644
--- a/xfa/src/fxbarcode/src/BC_PDF417DecodedBitStreamParser.cpp
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp
@@ -21,12 +21,12 @@
*/
#include <stdlib.h>
-#include "barcode.h"
-#include "include/BC_DecoderResult.h"
-#include "include/BC_PDF417ResultMetadata.h"
-#include "include/BC_CommonDecoderResult.h"
-#include "include/BC_PDF417DecodedBitStreamParser.h"
+#include "../barcode.h"
+#include "../BC_DecoderResult.h"
+#include "../common/BC_CommonDecoderResult.h"
#include "../../../../third_party/bigint/BigIntegerLibrary.hh"
+#include "BC_PDF417ResultMetadata.h"
+#include "BC_PDF417DecodedBitStreamParser.h"
#define TEXT_COMPACTION_MODE_LATCH 900
#define BYTE_COMPACTION_MODE_LATCH 901
#define NUMERIC_COMPACTION_MODE_LATCH 902
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698