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

Unified Diff: xfa/fxbarcode/common/BC_CommonBitSource.cpp

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/common/BC_CommonBitSource.cpp
diff --git a/xfa/src/fxbarcode/common/BC_CommonBitSource.cpp b/xfa/fxbarcode/common/BC_CommonBitSource.cpp
similarity index 97%
rename from xfa/src/fxbarcode/common/BC_CommonBitSource.cpp
rename to xfa/fxbarcode/common/BC_CommonBitSource.cpp
index dc10002f84c205bf60dd6956c5414c9deb5a3324..af91d5e0bddbbd933591c78880d3b088e99ecdc9 100644
--- a/xfa/src/fxbarcode/common/BC_CommonBitSource.cpp
+++ b/xfa/fxbarcode/common/BC_CommonBitSource.cpp
@@ -20,7 +20,7 @@
* limitations under the License.
*/
-#include "xfa/src/fxbarcode/common/BC_CommonBitSource.h"
+#include "xfa/fxbarcode/common/BC_CommonBitSource.h"
CBC_CommonBitSource::CBC_CommonBitSource(CFX_ByteArray* bytes) {
m_bytes.Copy((*bytes));

Powered by Google App Engine
This is Rietveld 408576698