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

Unified Diff: xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp
diff --git a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp b/xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp
similarity index 96%
rename from xfa/src/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp
rename to xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp
index fbd0ea1c9e0863329379dd3154db5ecda17e3e05..89c09c22a88472463255c46eb7c9db64b314e062 100644
--- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp
+++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp
@@ -20,12 +20,12 @@
* limitations under the License.
*/
-#include "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDataBlock.h"
+#include "xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.h"
#include <memory>
-#include "xfa/src/fxbarcode/datamatrix/BC_DataMatrixVersion.h"
-#include "xfa/src/fxbarcode/utils.h"
+#include "xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.h"
+#include "xfa/fxbarcode/utils.h"
CBC_DataMatrixDataBlock::~CBC_DataMatrixDataBlock() {}
CBC_DataMatrixDataBlock::CBC_DataMatrixDataBlock(int32_t numDataCodewords,
« no previous file with comments | « xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.h ('k') | xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698