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

Unified Diff: xfa/src/fxbarcode/oned/BC_OneDimReader.h

Issue 1734823002: Get rid of CBC_AutoPtr and use std::unique_ptr instead. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase Created 4 years, 10 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/src/fxbarcode/oned/BC_OneDimReader.h
diff --git a/xfa/src/fxbarcode/oned/BC_OneDimReader.h b/xfa/src/fxbarcode/oned/BC_OneDimReader.h
index 0a3e3c3d5d946aefa84d3287cc88909ad31ebf1d..3374bec63af96244ba24caf65a0d8ea9c1359cb2 100644
--- a/xfa/src/fxbarcode/oned/BC_OneDimReader.h
+++ b/xfa/src/fxbarcode/oned/BC_OneDimReader.h
@@ -7,9 +7,11 @@
#ifndef XFA_SRC_FXBARCODE_ONED_BC_ONEDIMREADER_H_
#define XFA_SRC_FXBARCODE_ONED_BC_ONEDIMREADER_H_
-class CBC_OneDReader;
+#include "core/include/fxcrt/fx_basic.h"
+#include "xfa/src/fxbarcode/oned/BC_OneDReader.h"
+
class CBC_CommonBitArray;
-class CBC_OneDimReader;
+
class CBC_OneDimReader : public CBC_OneDReader {
private:
const static int32_t MAX_AVG_VARIANCE;

Powered by Google App Engine
This is Rietveld 408576698