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

Unified Diff: xfa/src/fxbarcode/qrcode/BC_QRCoderMode.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
« no previous file with comments | « xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp ('k') | xfa/src/fxbarcode/qrcode/BC_QRCoderMode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/qrcode/BC_QRCoderMode.h
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRCoderMode.h b/xfa/src/fxbarcode/qrcode/BC_QRCoderMode.h
index 354daf51c14f94085858f5bb2a74f6f5fcf23d4a..9098b35bebaddd6fe092512498dada7767e5fc12 100644
--- a/xfa/src/fxbarcode/qrcode/BC_QRCoderMode.h
+++ b/xfa/src/fxbarcode/qrcode/BC_QRCoderMode.h
@@ -7,7 +7,12 @@
#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERMODE_H_
#define XFA_SRC_FXBARCODE_QRCODE_BC_QRCODERMODE_H_
+#include <stdint.h>
+
+#include "core/include/fxcrt/fx_string.h"
+
class CBC_QRCoderVersion;
+
class CBC_QRCoderMode {
private:
int32_t* m_characterCountBitsForVersions;
« no previous file with comments | « xfa/src/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp ('k') | xfa/src/fxbarcode/qrcode/BC_QRCoderMode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698