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

Unified Diff: xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.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_QRDecodedBitStreamParser.h ('k') | xfa/src/fxbarcode/qrcode/BC_QRDetector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp
diff --git a/xfa/src/fxbarcode/src/BC_QRDecodedBitStreamParser.cpp b/xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp
similarity index 94%
rename from xfa/src/fxbarcode/src/BC_QRDecodedBitStreamParser.cpp
rename to xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp
index d51536d09e034de6f517afa2ec143049fb4ff3e1..0fe4d1b2b678e0cfb0b2e6c1c3ca4d87d26d2f09 100644
--- a/xfa/src/fxbarcode/src/BC_QRDecodedBitStreamParser.cpp
+++ b/xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp
@@ -20,14 +20,14 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_QRCoderMode.h"
-#include "include/BC_CommonBitSource.h"
-#include "include/BC_CommonECI.h"
-#include "include/BC_QRDecodedBitStreamParser.h"
-#include "include/BC_CommonCharacterSetECI.h"
-#include "include/BC_CommonDecoderResult.h"
-#include "include/BC_UtilCodingConvert.h"
+#include "../barcode.h"
+#include "../BC_UtilCodingConvert.h"
+#include "../common/BC_CommonBitSource.h"
+#include "../common/BC_CommonECI.h"
+#include "../common/BC_CommonCharacterSetECI.h"
+#include "../common/BC_CommonDecoderResult.h"
+#include "BC_QRCoderMode.h"
+#include "BC_QRDecodedBitStreamParser.h"
FX_LPCSTR CBC_QRDecodedBitStreamParser::UTF_8 = "utf8";
const FX_CHAR CBC_QRDecodedBitStreamParser::ALPHANUMERIC_CHARS[45] = {
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B',
« no previous file with comments | « xfa/src/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.h ('k') | xfa/src/fxbarcode/qrcode/BC_QRDetector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698