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

Unified Diff: xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.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_QRFinderPattern.h ('k') | xfa/src/fxbarcode/qrcode/BC_QRFinderPatternFinder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.cpp
diff --git a/xfa/src/fxbarcode/src/BC_QRFinderPattern.cpp b/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.cpp
similarity index 92%
rename from xfa/src/fxbarcode/src/BC_QRFinderPattern.cpp
rename to xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.cpp
index 8dd30f217a07d2e49fccd918c807b54b76295085..8d1385e99a4dae75c23919167339109f8320321c 100644
--- a/xfa/src/fxbarcode/src/BC_QRFinderPattern.cpp
+++ b/xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.cpp
@@ -20,9 +20,9 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_ResultPoint.h"
-#include "include/BC_QRFinderPattern.h"
+#include "../barcode.h"
+#include "../BC_ResultPoint.h"
+#include "BC_QRFinderPattern.h"
CBC_QRFinderPattern::CBC_QRFinderPattern(FX_FLOAT x, FX_FLOAT posY, FX_FLOAT estimatedModuleSize):
CBC_ResultPoint(x, posY),
m_estimatedModuleSize(estimatedModuleSize), m_count(1)
« no previous file with comments | « xfa/src/fxbarcode/qrcode/BC_QRFinderPattern.h ('k') | xfa/src/fxbarcode/qrcode/BC_QRFinderPatternFinder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698