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

Unified Diff: xfa/src/fxbarcode/datamatrix/BC_EdifactEncoder.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_EdifactEncoder.h ('k') | xfa/src/fxbarcode/datamatrix/BC_Encoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/datamatrix/BC_EdifactEncoder.cpp
diff --git a/xfa/src/fxbarcode/src/BC_EdifactEncoder.cpp b/xfa/src/fxbarcode/datamatrix/BC_EdifactEncoder.cpp
similarity index 90%
rename from xfa/src/fxbarcode/src/BC_EdifactEncoder.cpp
rename to xfa/src/fxbarcode/datamatrix/BC_EdifactEncoder.cpp
index 2a6d56adb9e829abf6ab0418665c19f91733bf52..d1e84af73ecacef3abcb13b27c99edc14251ea2b 100644
--- a/xfa/src/fxbarcode/src/BC_EdifactEncoder.cpp
+++ b/xfa/src/fxbarcode/datamatrix/BC_EdifactEncoder.cpp
@@ -20,15 +20,15 @@
* 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_EdifactEncoder.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_EdifactEncoder.h"
CBC_EdifactEncoder::CBC_EdifactEncoder()
{
}
« no previous file with comments | « xfa/src/fxbarcode/datamatrix/BC_EdifactEncoder.h ('k') | xfa/src/fxbarcode/datamatrix/BC_Encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698