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

Unified Diff: xfa/fxbarcode/BC_UtilCodingConvert.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/BC_UtilCodingConvert.h
diff --git a/xfa/src/fxbarcode/BC_UtilCodingConvert.h b/xfa/fxbarcode/BC_UtilCodingConvert.h
similarity index 87%
rename from xfa/src/fxbarcode/BC_UtilCodingConvert.h
rename to xfa/fxbarcode/BC_UtilCodingConvert.h
index 2cfd81a1767f642f5ae9eebee169297bdd82064c..2d5c9f3892bd4566cacc5113b18d3ff7d1d2cc4f 100644
--- a/xfa/src/fxbarcode/BC_UtilCodingConvert.h
+++ b/xfa/fxbarcode/BC_UtilCodingConvert.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXBARCODE_BC_UTILCODINGCONVERT_H_
-#define XFA_SRC_FXBARCODE_BC_UTILCODINGCONVERT_H_
+#ifndef XFA_FXBARCODE_BC_UTILCODINGCONVERT_H_
+#define XFA_FXBARCODE_BC_UTILCODINGCONVERT_H_
#include "core/include/fxcrt/fx_basic.h"
@@ -26,4 +26,4 @@ class CBC_UtilCodingConvert {
CFX_ByteString& result);
};
-#endif // XFA_SRC_FXBARCODE_BC_UTILCODINGCONVERT_H_
+#endif // XFA_FXBARCODE_BC_UTILCODINGCONVERT_H_

Powered by Google App Engine
This is Rietveld 408576698