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

Unified Diff: xfa/src/fxbarcode/datamatrix/BC_TextEncoder.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/datamatrix/BC_TextEncoder.h ('k') | xfa/src/fxbarcode/datamatrix/BC_X12Encoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/datamatrix/BC_TextEncoder.cpp
diff --git a/xfa/src/fxbarcode/src/BC_TextEncoder.cpp b/xfa/src/fxbarcode/datamatrix/BC_TextEncoder.cpp
similarity index 84%
rename from xfa/src/fxbarcode/src/BC_TextEncoder.cpp
rename to xfa/src/fxbarcode/datamatrix/BC_TextEncoder.cpp
index c8da30482b667a94be836d9444b0e5e63b76b878..45abec4d4a2faf3de466280ff9d41ee058dd8dcf 100644
--- a/xfa/src/fxbarcode/src/BC_TextEncoder.cpp
+++ b/xfa/src/fxbarcode/datamatrix/BC_TextEncoder.cpp
@@ -20,16 +20,16 @@
* limitations under the License.
*/
-#include "barcode.h"
-#include "include/BC_Encoder.h"
-#include "include/BC_CommonBitMatrix.h"
-#include "include/BC_Dimension.h"
-#include "include/BC_SymbolShapeHint.h"
-#include "include/BC_SymbolInfo.h"
-#include "include/BC_EncoderContext.h"
-#include "include/BC_HighLevelEncoder.h"
-#include "include/BC_C40Encoder.h"
-#include "include/BC_TextEncoder.h"
+#include "../barcode.h"
+#include "../common/BC_CommonBitMatrix.h"
+#include "../BC_Dimension.h"
+#include "BC_Encoder.h"
+#include "BC_SymbolShapeHint.h"
+#include "BC_SymbolInfo.h"
+#include "BC_EncoderContext.h"
+#include "BC_HighLevelEncoder.h"
+#include "BC_C40Encoder.h"
+#include "BC_TextEncoder.h"
CBC_TextEncoder::CBC_TextEncoder()
{
}
« no previous file with comments | « xfa/src/fxbarcode/datamatrix/BC_TextEncoder.h ('k') | xfa/src/fxbarcode/datamatrix/BC_X12Encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698