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

Unified Diff: xfa/src/fxbarcode/BC_BinaryBitmap.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/BC_BinaryBitmap.h ('k') | xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/BC_BinaryBitmap.cpp
diff --git a/xfa/src/fxbarcode/src/BC_BinaryBitmap.cpp b/xfa/src/fxbarcode/BC_BinaryBitmap.cpp
similarity index 89%
rename from xfa/src/fxbarcode/src/BC_BinaryBitmap.cpp
rename to xfa/src/fxbarcode/BC_BinaryBitmap.cpp
index 707b5c859c39b259e73750bf98d8dafd23d65f30..90e1755cf40b47773edd7710a62e2a8057f45477 100644
--- a/xfa/src/fxbarcode/src/BC_BinaryBitmap.cpp
+++ b/xfa/src/fxbarcode/BC_BinaryBitmap.cpp
@@ -21,11 +21,11 @@
*/
#include "barcode.h"
-#include "include/BC_Binarizer.h"
-#include "include/BC_LuminanceSource.h"
-#include "include/BC_CommonBitMatrix.h"
-#include "include/BC_CommonBitArray.h"
-#include "include/BC_BinaryBitmap.h"
+#include "BC_Binarizer.h"
+#include "BC_LuminanceSource.h"
+#include "BC_BinaryBitmap.h"
+#include "common/BC_CommonBitMatrix.h"
+#include "common/BC_CommonBitArray.h"
CBC_BinaryBitmap::CBC_BinaryBitmap(CBC_Binarizer *binarizer): m_binarizer(binarizer), m_matrix(NULL)
{
}
« no previous file with comments | « xfa/src/fxbarcode/BC_BinaryBitmap.h ('k') | xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698