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

Unified Diff: xfa/fxbarcode/BC_UtilRSS.h

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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
« no previous file with comments | « xfa/fxbarcode/BC_UtilCodingConvert.cpp ('k') | xfa/fxbarcode/BC_UtilRSS.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/BC_UtilRSS.h
diff --git a/xfa/src/fxbarcode/BC_UtilRSS.h b/xfa/fxbarcode/BC_UtilRSS.h
similarity index 88%
rename from xfa/src/fxbarcode/BC_UtilRSS.h
rename to xfa/fxbarcode/BC_UtilRSS.h
index 825a555744db4a8ff37c4dca67d001a022dbd13a..b81804e0c85ea4e688ea99a3531702e57c0a9369 100644
--- a/xfa/src/fxbarcode/BC_UtilRSS.h
+++ b/xfa/fxbarcode/BC_UtilRSS.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXBARCODE_BC_UTILRSS_H_
-#define XFA_SRC_FXBARCODE_BC_UTILRSS_H_
+#ifndef XFA_FXBARCODE_BC_UTILRSS_H_
+#define XFA_FXBARCODE_BC_UTILRSS_H_
#include <cstdint>
@@ -31,4 +31,4 @@ class CBC_UtilRSS {
CBC_UtilRSS();
};
-#endif // XFA_SRC_FXBARCODE_BC_UTILRSS_H_
+#endif // XFA_FXBARCODE_BC_UTILRSS_H_
« no previous file with comments | « xfa/fxbarcode/BC_UtilCodingConvert.cpp ('k') | xfa/fxbarcode/BC_UtilRSS.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698