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

Unified Diff: xfa/src/fxbarcode/qrcode/BC_QRCodeWriter.h

Issue 842043002: Organize barcode codes into modules. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: rebase Created 5 years, 11 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_QRCodeReader.cpp ('k') | xfa/src/fxbarcode/qrcode/BC_QRCodeWriter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/qrcode/BC_QRCodeWriter.h
diff --git a/xfa/src/fxbarcode/src/include/BC_QRCodeWriter.h b/xfa/src/fxbarcode/qrcode/BC_QRCodeWriter.h
similarity index 94%
rename from xfa/src/fxbarcode/src/include/BC_QRCodeWriter.h
rename to xfa/src/fxbarcode/qrcode/BC_QRCodeWriter.h
index a4a4cbe048cb30909ba27423c7012fc44a3fb8e4..bf0ca71996270a9ab66dd0487b8d1b3893025880 100644
--- a/xfa/src/fxbarcode/src/include/BC_QRCodeWriter.h
+++ b/xfa/src/fxbarcode/qrcode/BC_QRCodeWriter.h
@@ -6,7 +6,7 @@
#ifndef _BC_QRCODERWRITER_H_
#define _BC_QRCODERWRITER_H_
-#include "BC_TwoDimWriter.h"
+#include "../BC_TwoDimWriter.h"
class CBC_TwoDimWriter;
class CBC_MultiBarCodes;
class CBC_QRCoderWriter;
« no previous file with comments | « xfa/src/fxbarcode/qrcode/BC_QRCodeReader.cpp ('k') | xfa/src/fxbarcode/qrcode/BC_QRCodeWriter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698