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

Unified Diff: xfa/src/fxbarcode/BC_BinaryBitmap.h

Issue 1722803002: Sort includes in xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Review cleanups 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/BC_Binarizer.cpp ('k') | xfa/src/fxbarcode/BC_BinaryBitmap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/BC_BinaryBitmap.h
diff --git a/xfa/src/fxbarcode/BC_BinaryBitmap.h b/xfa/src/fxbarcode/BC_BinaryBitmap.h
index 0554dfaba4ac7db58547bbc7082d51f4196d24ac..5d34c546ffb82394cfbd073f5919c5d37b3de0a5 100644
--- a/xfa/src/fxbarcode/BC_BinaryBitmap.h
+++ b/xfa/src/fxbarcode/BC_BinaryBitmap.h
@@ -7,10 +7,12 @@
#ifndef XFA_SRC_FXBARCODE_BC_BINARYBITMAP_H_
#define XFA_SRC_FXBARCODE_BC_BINARYBITMAP_H_
+#include <cstdint>
+
class CBC_Binarizer;
class CBC_CommonBitMatrix;
class CBC_CommonBitArray;
-class CBC_BinaryBitmap;
+
class CBC_BinaryBitmap {
public:
CBC_BinaryBitmap(CBC_Binarizer* binarizer);
« no previous file with comments | « xfa/src/fxbarcode/BC_Binarizer.cpp ('k') | xfa/src/fxbarcode/BC_BinaryBitmap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698