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

Unified Diff: xfa/fxbarcode/BC_ResultPoint.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_ResultPoint.h ('k') | xfa/fxbarcode/BC_TwoDimWriter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/BC_ResultPoint.cpp
diff --git a/xfa/src/fxbarcode/BC_ResultPoint.cpp b/xfa/fxbarcode/BC_ResultPoint.cpp
similarity index 95%
rename from xfa/src/fxbarcode/BC_ResultPoint.cpp
rename to xfa/fxbarcode/BC_ResultPoint.cpp
index 492f156da7d3f794080e4f9e0874f0251c2b68b7..9726ea4240fc14696d2325b8b864cf5fa3fa7612 100644
--- a/xfa/src/fxbarcode/BC_ResultPoint.cpp
+++ b/xfa/fxbarcode/BC_ResultPoint.cpp
@@ -20,7 +20,7 @@
* limitations under the License.
*/
-#include "xfa/src/fxbarcode/BC_ResultPoint.h"
+#include "xfa/fxbarcode/BC_ResultPoint.h"
CBC_ResultPoint::CBC_ResultPoint(FX_FLOAT x, FX_FLOAT y) : m_x(x), m_y(y) {}
FX_FLOAT CBC_ResultPoint::GetX() {
« no previous file with comments | « xfa/fxbarcode/BC_ResultPoint.h ('k') | xfa/fxbarcode/BC_TwoDimWriter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698