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

Unified Diff: xfa/src/fxbarcode/common/BC_CommonDecoderResult.h

Issue 1730893003: Remove include only barcode.h and IWYU. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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/common/BC_CommonDecoderResult.h
diff --git a/xfa/src/fxbarcode/common/BC_CommonDecoderResult.h b/xfa/src/fxbarcode/common/BC_CommonDecoderResult.h
index 219a9f3a87fec5bc376ae913e15a62b80eeba78b..185f38d0827925b78419d6ea66bf8c38550aef3a 100644
--- a/xfa/src/fxbarcode/common/BC_CommonDecoderResult.h
+++ b/xfa/src/fxbarcode/common/BC_CommonDecoderResult.h
@@ -7,8 +7,11 @@
#ifndef XFA_SRC_FXBARCODE_COMMON_BC_COMMONDECODERRESULT_H_
#define XFA_SRC_FXBARCODE_COMMON_BC_COMMONDECODERRESULT_H_
+#include "core/include/fxcrt/fx_basic.h"
+
class CBC_QRCoderErrorCorrectionLevel;
class CBC_PDF417ResultMetadata;
+
class CBC_CommonDecoderResult {
public:
CBC_CommonDecoderResult();
« no previous file with comments | « xfa/src/fxbarcode/common/BC_CommonCharacterSetECI.cpp ('k') | xfa/src/fxbarcode/common/BC_CommonDecoderResult.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698