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

Unified Diff: xfa/fgas/crt/fgas_encode.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/fgas/crt/fgas_encode.cpp
diff --git a/xfa/src/fgas/crt/fgas_encode.cpp b/xfa/fgas/crt/fgas_encode.cpp
similarity index 99%
rename from xfa/src/fgas/crt/fgas_encode.cpp
rename to xfa/fgas/crt/fgas_encode.cpp
index 564ccf63c4b2d0e415708546e3a0c588163569fb..138b4b1f5efc734fdb059628eb66c9c505e84fb4 100644
--- a/xfa/src/fgas/crt/fgas_encode.cpp
+++ b/xfa/fgas/crt/fgas_encode.cpp
@@ -4,7 +4,7 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/src/fgas/crt/fgas_codepage.h"
+#include "xfa/fgas/crt/fgas_codepage.h"
void FX_SwapByteOrder(FX_WCHAR* pStr, int32_t iLength) {
FXSYS_assert(pStr != NULL);

Powered by Google App Engine
This is Rietveld 408576698