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

Unified Diff: xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusPoly.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_PDF417ECModulusPoly.cpp
diff --git a/xfa/src/fxbarcode/src/BC_PDF417ECModulusPoly.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusPoly.cpp
similarity index 96%
rename from xfa/src/fxbarcode/src/BC_PDF417ECModulusPoly.cpp
rename to xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusPoly.cpp
index f484619587f7294f2c517641d515276509b598a5..39d3fd80567f11305e7a841ce6140fb01a74db44 100644
--- a/xfa/src/fxbarcode/src/BC_PDF417ECModulusPoly.cpp
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusPoly.cpp
@@ -20,10 +20,10 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_PDF417Common.h"
-#include "include/BC_PDF417ECModulusGF.h"
-#include "include/BC_PDF417ECModulusPoly.h"
+#include "../barcode.h"
+#include "BC_PDF417Common.h"
+#include "BC_PDF417ECModulusGF.h"
+#include "BC_PDF417ECModulusPoly.h"
CBC_PDF417ECModulusPoly::CBC_PDF417ECModulusPoly(CBC_PDF417ECModulusGF* field, CFX_Int32Array &coefficients, FX_INT32 &e)
{
if (coefficients.GetSize() == 0) {
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417ECModulusPoly.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698