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

Unified Diff: xfa/fxbarcode/datamatrix/BC_DataMatrixReader.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_DataMatrixReader.cpp
diff --git a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.cpp b/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp
similarity index 82%
rename from xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.cpp
rename to xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp
index 36a238b007ffc40061ba08faa04c2569fc09494e..9a22d4db3ab9d3292722254ab10a353297db068a 100644
--- a/xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.cpp
+++ b/xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp
@@ -20,17 +20,17 @@
* limitations under the License.
*/
-#include "xfa/src/fxbarcode/datamatrix/BC_DataMatrixReader.h"
+#include "xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h"
#include <memory>
-#include "xfa/src/fxbarcode/BC_BinaryBitmap.h"
-#include "xfa/src/fxbarcode/BC_Reader.h"
-#include "xfa/src/fxbarcode/common/BC_CommonDecoderResult.h"
-#include "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDecoder.h"
-#include "xfa/src/fxbarcode/datamatrix/BC_DataMatrixDetector.h"
-#include "xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h"
-#include "xfa/src/fxbarcode/utils.h"
+#include "xfa/fxbarcode/BC_BinaryBitmap.h"
+#include "xfa/fxbarcode/BC_Reader.h"
+#include "xfa/fxbarcode/common/BC_CommonDecoderResult.h"
+#include "xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.h"
+#include "xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.h"
+#include "xfa/fxbarcode/qrcode/BC_QRDetectorResult.h"
+#include "xfa/fxbarcode/utils.h"
CBC_DataMatrixReader::CBC_DataMatrixReader() {
m_decoder = NULL;
« no previous file with comments | « xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h ('k') | xfa/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698