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

Unified Diff: xfa/fee/fde_txtedtparag.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/fee/fde_txtedtparag.h ('k') | xfa/fee/fx_wordbreak/fx_wordbreak.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fee/fde_txtedtparag.cpp
diff --git a/xfa/src/fee/fde_txtedtparag.cpp b/xfa/fee/fde_txtedtparag.cpp
similarity index 93%
rename from xfa/src/fee/fde_txtedtparag.cpp
rename to xfa/fee/fde_txtedtparag.cpp
index 32f846b52b310e4c9d823ad14a3ef83b60afae33..427bbbc2ced797ef6c68a58b03c322b87c71bc76 100644
--- a/xfa/src/fee/fde_txtedtparag.cpp
+++ b/xfa/fee/fde_txtedtparag.cpp
@@ -4,14 +4,14 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/src/fee/fde_txtedtparag.h"
+#include "xfa/fee/fde_txtedtparag.h"
-#include "xfa/src/fee/fde_txtedtbuf.h"
-#include "xfa/src/fee/fde_txtedtengine.h"
-#include "xfa/src/fee/fx_wordbreak/fx_wordbreak.h"
-#include "xfa/src/fee/ifde_txtedtbuf.h"
-#include "xfa/src/fee/ifde_txtedtengine.h"
-#include "xfa/src/fgas/layout/fgas_textbreak.h"
+#include "xfa/fee/fde_txtedtbuf.h"
+#include "xfa/fee/fde_txtedtengine.h"
+#include "xfa/fee/fx_wordbreak/fx_wordbreak.h"
+#include "xfa/fee/ifde_txtedtbuf.h"
+#include "xfa/fee/ifde_txtedtengine.h"
+#include "xfa/fgas/layout/fgas_textbreak.h"
CFDE_TxtEdtParag::CFDE_TxtEdtParag(CFDE_TxtEdtEngine* pEngine)
: m_nCharStart(0),
« no previous file with comments | « xfa/fee/fde_txtedtparag.h ('k') | xfa/fee/fx_wordbreak/fx_wordbreak.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698