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

Unified Diff: xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.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_PDF417Compaction.cpp
diff --git a/xfa/src/fxbarcode/src/BC_PDF417Compaction.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.cpp
similarity index 91%
rename from xfa/src/fxbarcode/src/BC_PDF417Compaction.cpp
rename to xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.cpp
index 1ff93dd55cfeaac76af2befe66b66703be36e1b5..6ad8c1321fa2ac5ece567314800a2ea36be87cb1 100644
--- a/xfa/src/fxbarcode/src/BC_PDF417Compaction.cpp
+++ b/xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.cpp
@@ -20,8 +20,8 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_PDF417Compaction.h"
+#include "../barcode.h"
+#include "BC_PDF417Compaction.h"
CBC_Compaction::CBC_Compaction()
{
}
« no previous file with comments | « xfa/src/fxbarcode/pdf417/BC_PDF417Compaction.h ('k') | xfa/src/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698