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

Unified Diff: xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.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/qrcode/BC_QRCoderErrorCorrectionLevel.cpp
diff --git a/xfa/src/fxbarcode/src/BC_QRCoderErrorCorrectionLevel.cpp b/xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp
similarity index 94%
rename from xfa/src/fxbarcode/src/BC_QRCoderErrorCorrectionLevel.cpp
rename to xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp
index 238b4e31496d9d431ee8d48dcb9d5d152d3a37f7..f8aae491da19f554fad5989b4cb0e0979e5bfe00 100644
--- a/xfa/src/fxbarcode/src/BC_QRCoderErrorCorrectionLevel.cpp
+++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp
@@ -20,8 +20,8 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_QRCoderErrorCorrectionLevel.h"
+#include "../barcode.h"
+#include "BC_QRCoderErrorCorrectionLevel.h"
CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::L = NULL;
CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::M = NULL;
CBC_QRCoderErrorCorrectionLevel* CBC_QRCoderErrorCorrectionLevel::Q = NULL;
« no previous file with comments | « xfa/src/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h ('k') | xfa/src/fxbarcode/qrcode/BC_QRCoderFormatInformation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698