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

Unified Diff: xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.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_QRCoderVersion.h ('k') | xfa/src/fxbarcode/qrcode/BC_QRDataBlock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.cpp
diff --git a/xfa/src/fxbarcode/src/BC_QRCoderVersion.cpp b/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.cpp
similarity index 97%
rename from xfa/src/fxbarcode/src/BC_QRCoderVersion.cpp
rename to xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.cpp
index a566e8dcfc8d51ae661c2d2a7af34a51bbc08ad3..9ff54f2a13bbf980c48a84bd5c608e76aefaffa7 100644
--- a/xfa/src/fxbarcode/src/BC_QRCoderVersion.cpp
+++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.cpp
@@ -20,15 +20,15 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/utils.h"
-#include "include/BC_QRCoderECB.h"
-#include "include/BC_CommonBitMatrix.h"
-#include "include/BC_QRCoderFormatInformation.h"
-#include "include/BC_QRCoderErrorCorrectionLevel.h"
-#include "include/BC_QRCoderBitVector.h"
-#include "include/BC_QRCoderECBlocks.h"
-#include "include/BC_QRCoderVersion.h"
+#include "../barcode.h"
+#include "../utils.h"
+#include "../common/BC_CommonBitMatrix.h"
+#include "BC_QRCoderECB.h"
+#include "BC_QRCoderFormatInformation.h"
+#include "BC_QRCoderErrorCorrectionLevel.h"
+#include "BC_QRCoderBitVector.h"
+#include "BC_QRCoderECBlocks.h"
+#include "BC_QRCoderVersion.h"
const FX_INT32 CBC_QRCoderVersion::VERSION_DECODE_INFO[] = {
0x07C94, 0x085BC, 0x09A99, 0x0A4D3, 0x0BBF6,
0x0C762, 0x0D847, 0x0E60D, 0x0F928, 0x10B78,
« no previous file with comments | « xfa/src/fxbarcode/qrcode/BC_QRCoderVersion.h ('k') | xfa/src/fxbarcode/qrcode/BC_QRDataBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698