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

Unified Diff: xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.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_PDF417HighLevelEncoder.cpp
diff --git a/xfa/src/fxbarcode/src/BC_PDF417HighLevelEncoder.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp
similarity index 96%
rename from xfa/src/fxbarcode/src/BC_PDF417HighLevelEncoder.cpp
rename to xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp
index 61051060f600bd2735b04d48c62129ad53fcb1b0..8ee21ea97ebaef57269206a6b1fbb91c9e6cb212 100644
--- a/xfa/src/fxbarcode/src/BC_PDF417HighLevelEncoder.cpp
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp
@@ -20,11 +20,11 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_PDF417Compaction.h"
-#include "include/BC_UtilCodingConvert.h"
-#include "include/BC_PDF417HighLevelEncoder.h"
+#include "../barcode.h"
+#include "../BC_UtilCodingConvert.h"
#include "../../../../third_party/bigint/BigIntegerLibrary.hh"
+#include "BC_PDF417Compaction.h"
+#include "BC_PDF417HighLevelEncoder.h"
#define SUBMODE_ALPHA 0
#define SUBMODE_LOWER 1
#define SUBMODE_MIXED 2
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698