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

Unified Diff: xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.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_PDF417Codeword.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.cpp
diff --git a/xfa/src/fxbarcode/src/BC_PDF417Codeword.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.cpp
similarity index 93%
rename from xfa/src/fxbarcode/src/BC_PDF417Codeword.cpp
rename to xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.cpp
index 529e41f43250bd312b1622d9f37f656b92502c4d..9ac65ab7bcfa9d7ffd1d87b9bfa3d8dfa7537404 100644
--- a/xfa/src/fxbarcode/src/BC_PDF417Codeword.cpp
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.cpp
@@ -20,8 +20,8 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_PDF417Codeword.h"
+#include "../barcode.h"
+#include "BC_PDF417Codeword.h"
FX_INT32 CBC_Codeword::BARCODE_ROW_UNKNOWN = -1;
CBC_Codeword::CBC_Codeword(FX_INT32 startX, FX_INT32 endX, FX_INT32 bucket, FX_INT32 cvalue)
{
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417Codeword.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698