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

Unified Diff: xfa/fxbarcode/qrcode/BC_QRDataBlock.h

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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/fxbarcode/qrcode/BC_QRDataBlock.h
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRDataBlock.h b/xfa/fxbarcode/qrcode/BC_QRDataBlock.h
similarity index 85%
rename from xfa/src/fxbarcode/qrcode/BC_QRDataBlock.h
rename to xfa/fxbarcode/qrcode/BC_QRDataBlock.h
index de53ca49d419551f510e1b36f28df6a53068d9ac..8e11ab845c5feb572a515c4e16825aa00737aa4f 100644
--- a/xfa/src/fxbarcode/qrcode/BC_QRDataBlock.h
+++ b/xfa/fxbarcode/qrcode/BC_QRDataBlock.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRDATABLOCK_H_
-#define XFA_SRC_FXBARCODE_QRCODE_BC_QRDATABLOCK_H_
+#ifndef XFA_FXBARCODE_QRCODE_BC_QRDATABLOCK_H_
+#define XFA_FXBARCODE_QRCODE_BC_QRDATABLOCK_H_
#include "core/include/fxcrt/fx_basic.h"
@@ -27,4 +27,4 @@ class CBC_QRDataBlock {
int32_t& e);
};
-#endif // XFA_SRC_FXBARCODE_QRCODE_BC_QRDATABLOCK_H_
+#endif // XFA_FXBARCODE_QRCODE_BC_QRDATABLOCK_H_

Powered by Google App Engine
This is Rietveld 408576698