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

Unified Diff: xfa/src/fxbarcode/qrcode/BC_QRDataBlock.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/qrcode/BC_QRDataBlock.h ('k') | xfa/src/fxbarcode/qrcode/BC_QRDataMask.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp
diff --git a/xfa/src/fxbarcode/src/BC_QRDataBlock.cpp b/xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp
similarity index 93%
rename from xfa/src/fxbarcode/src/BC_QRDataBlock.cpp
rename to xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp
index 2e82c1881f7b5fd07308146532ac4c2f6884f4a2..87c14deac9bf26dfd846ed192f42e7a2b1e4d1fd 100644
--- a/xfa/src/fxbarcode/src/BC_QRDataBlock.cpp
+++ b/xfa/src/fxbarcode/qrcode/BC_QRDataBlock.cpp
@@ -20,11 +20,11 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_QRCoderECBlocks.h"
-#include "include/BC_QRCoderECB.h"
-#include "include/BC_QRDataBlock.h"
-#include "include/BC_QRCoderVersion.h"
+#include "../barcode.h"
+#include "BC_QRCoderECBlocks.h"
+#include "BC_QRCoderECB.h"
+#include "BC_QRDataBlock.h"
+#include "BC_QRCoderVersion.h"
CBC_QRDataBlock::CBC_QRDataBlock(FX_INT32 numDataCodewords, CFX_ByteArray *codewords)
: m_numDataCodewords(numDataCodewords)
, m_codewords(codewords)
« no previous file with comments | « xfa/src/fxbarcode/qrcode/BC_QRDataBlock.h ('k') | xfa/src/fxbarcode/qrcode/BC_QRDataMask.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698