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

Unified Diff: xfa/fxbarcode/pdf417/BC_PDF417Detector.h

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/pdf417/BC_PDF417Detector.h
diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417Detector.h b/xfa/fxbarcode/pdf417/BC_PDF417Detector.h
similarity index 94%
rename from xfa/src/fxbarcode/pdf417/BC_PDF417Detector.h
rename to xfa/fxbarcode/pdf417/BC_PDF417Detector.h
index e18a2b51512659a6bc34d4e508a51bbf2e694668..dda039d6d54d7b0749e2099d0df458bf8572eeb5 100644
--- a/xfa/src/fxbarcode/pdf417/BC_PDF417Detector.h
+++ b/xfa/fxbarcode/pdf417/BC_PDF417Detector.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXBARCODE_PDF417_BC_PDF417DETECTOR_H_
-#define XFA_SRC_FXBARCODE_PDF417_BC_PDF417DETECTOR_H_
+#ifndef XFA_FXBARCODE_PDF417_BC_PDF417DETECTOR_H_
+#define XFA_FXBARCODE_PDF417_BC_PDF417DETECTOR_H_
class CBC_PDF417DetectorResult;
class CBC_BinaryBitmap;
@@ -66,4 +66,4 @@ class CBC_Detector {
int32_t maxIndividualVariance);
};
-#endif // XFA_SRC_FXBARCODE_PDF417_BC_PDF417DETECTOR_H_
+#endif // XFA_FXBARCODE_PDF417_BC_PDF417DETECTOR_H_
« no previous file with comments | « xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp ('k') | xfa/fxbarcode/pdf417/BC_PDF417Detector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698