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

Unified Diff: xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.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_PDF417BarcodeRow.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp
diff --git a/xfa/src/fxbarcode/src/BC_PDF417BarcodeRow.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp
similarity index 93%
rename from xfa/src/fxbarcode/src/BC_PDF417BarcodeRow.cpp
rename to xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp
index eec89010abdefba5b40a324bac434bcfc4266537..02bc0f5574841062846fc935c78882b6a8b2b1b8 100644
--- a/xfa/src/fxbarcode/src/BC_PDF417BarcodeRow.cpp
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp
@@ -20,8 +20,8 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_PDF417BarcodeRow.h"
+#include "../barcode.h"
+#include "BC_PDF417BarcodeRow.h"
CBC_BarcodeRow::CBC_BarcodeRow(FX_INT32 width)
{
m_row.SetSize(width);
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeRow.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417BarcodeValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698