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

Unified Diff: xfa/fxbarcode/BC_LuminanceSource.cpp

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_LuminanceSource.h ('k') | xfa/fxbarcode/BC_Reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/BC_LuminanceSource.cpp
diff --git a/xfa/src/fxbarcode/BC_LuminanceSource.cpp b/xfa/fxbarcode/BC_LuminanceSource.cpp
similarity index 95%
rename from xfa/src/fxbarcode/BC_LuminanceSource.cpp
rename to xfa/fxbarcode/BC_LuminanceSource.cpp
index 02ff694ca13ad014d03e662499219c6e147fa1fe..0aaa096197e56bc0a4cf394bf3f52d388b96c24d 100644
--- a/xfa/src/fxbarcode/BC_LuminanceSource.cpp
+++ b/xfa/fxbarcode/BC_LuminanceSource.cpp
@@ -20,7 +20,7 @@
* limitations under the License.
*/
-#include "xfa/src/fxbarcode/BC_LuminanceSource.h"
+#include "xfa/fxbarcode/BC_LuminanceSource.h"
CBC_LuminanceSource::CBC_LuminanceSource(int32_t width, int32_t height)
: m_width(width), m_height(height) {}
« no previous file with comments | « xfa/fxbarcode/BC_LuminanceSource.h ('k') | xfa/fxbarcode/BC_Reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698