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

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

Issue 1722803002: Sort includes in xfa/. (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/BC_DecoderResult.h
diff --git a/xfa/src/fxbarcode/BC_DecoderResult.h b/xfa/src/fxbarcode/BC_DecoderResult.h
index 21d2cc0e4f7353bce5a11e6ed60539d231bf7524..57958766efe6029b0d49c0141097318486167d5f 100644
--- a/xfa/src/fxbarcode/BC_DecoderResult.h
+++ b/xfa/src/fxbarcode/BC_DecoderResult.h
@@ -7,7 +7,9 @@
#ifndef XFA_SRC_FXBARCODE_BC_DECODERRESULT_H_
#define XFA_SRC_FXBARCODE_BC_DECODERRESULT_H_
-class CBC_DecoderResult;
+#include "core/include/fxcrt/fx_basic.h"
+#include "core/include/fxcrt/fx_string.h"
Tom Sepez 2016/02/22 22:23:39 ditto
dsinclair 2016/02/23 14:09:15 Done.
+
class CBC_DecoderResult {
public:
CBC_DecoderResult(CFX_ByteArray* rawBytes,

Powered by Google App Engine
This is Rietveld 408576698