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

Unified Diff: xfa/src/fxbarcode/BC_Reader.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_LuminanceSource.cpp ('k') | xfa/src/fxbarcode/BC_Reader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/BC_Reader.h
diff --git a/xfa/src/fxbarcode/BC_Reader.h b/xfa/src/fxbarcode/BC_Reader.h
index 1f19a2f2783959a6e0efb2e15ce75ce5d7449f43..062268a6e7b4eca2067beb131541b648bff64772 100644
--- a/xfa/src/fxbarcode/BC_Reader.h
+++ b/xfa/src/fxbarcode/BC_Reader.h
@@ -7,8 +7,10 @@
#ifndef XFA_SRC_FXBARCODE_BC_READER_H_
#define XFA_SRC_FXBARCODE_BC_READER_H_
+#include "core/include/fxcrt/fx_string.h"
+
class CBC_BinaryBitmap;
-class CBC_Reader;
+
class CBC_Reader {
public:
CBC_Reader();
« no previous file with comments | « xfa/src/fxbarcode/BC_LuminanceSource.cpp ('k') | xfa/src/fxbarcode/BC_Reader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698