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

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

Issue 1413253003: XFA: Actually fix all relative includes to third_party. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rebase Created 5 years, 1 month 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_TwoDimWriter.h ('k') | xfa/src/fxbarcode/datamatrix/BC_DataMatrixWriter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/BC_Writer.h
diff --git a/xfa/src/fxbarcode/BC_Writer.h b/xfa/src/fxbarcode/BC_Writer.h
index 5684096925903914e1457b4f7c21394cfc3c7974..b895b81ae4a4dfe17e87ecceae960f39ec67ddff 100644
--- a/xfa/src/fxbarcode/BC_Writer.h
+++ b/xfa/src/fxbarcode/BC_Writer.h
@@ -4,9 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _BC_WRITER_H_
-#define _BC_WRITER_H_
-class CBC_Writer;
+#ifndef XFA_SRC_FXBARCODE_BC_WRITER_H_
+#define XFA_SRC_FXBARCODE_BC_WRITER_H_
+
+#include "core/include/fxcrt/fx_string.h"
+#include "core/include/fxge/fx_dib.h"
+#include "xfa/src/fxbarcode/utils.h"
+
class CBC_Writer {
public:
CBC_Writer();
@@ -41,4 +45,5 @@ class CBC_Writer {
FX_ARGB m_barColor;
FX_ARGB m_backgroundColor;
};
-#endif
+
+#endif // XFA_SRC_FXBARCODE_BC_WRITER_H_
« no previous file with comments | « xfa/src/fxbarcode/BC_TwoDimWriter.h ('k') | xfa/src/fxbarcode/datamatrix/BC_DataMatrixWriter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698