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

Unified Diff: xfa/fde/tto/fde_textout.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/fde/tto/fde_textout.h ('k') | xfa/fde/xml/fde_xml.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/tto/fde_textout.cpp
diff --git a/xfa/src/fde/tto/fde_textout.cpp b/xfa/fde/tto/fde_textout.cpp
similarity index 99%
rename from xfa/src/fde/tto/fde_textout.cpp
rename to xfa/fde/tto/fde_textout.cpp
index fc3e4ab24b0e1c71ec31e156d30bd898c29e3a07..2105cf09b005b53145639889d54606f37cf0837d 100644
--- a/xfa/src/fde/tto/fde_textout.cpp
+++ b/xfa/fde/tto/fde_textout.cpp
@@ -4,18 +4,18 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/src/fde/tto/fde_textout.h"
+#include "xfa/fde/tto/fde_textout.h"
#include <algorithm>
#include "core/include/fxcrt/fx_coordinates.h"
#include "core/include/fxcrt/fx_system.h"
-#include "xfa/src/fde/fde_brush.h"
-#include "xfa/src/fde/fde_pen.h"
-#include "xfa/src/fde/fde_renderdevice.h"
-#include "xfa/src/fgas/crt/fgas_memory.h"
-#include "xfa/src/fgas/crt/fgas_utils.h"
-#include "xfa/src/fgas/layout/fgas_textbreak.h"
+#include "xfa/fde/fde_brush.h"
+#include "xfa/fde/fde_pen.h"
+#include "xfa/fde/fde_renderdevice.h"
+#include "xfa/fgas/crt/fgas_memory.h"
+#include "xfa/fgas/crt/fgas_utils.h"
+#include "xfa/fgas/layout/fgas_textbreak.h"
namespace {
« no previous file with comments | « xfa/fde/tto/fde_textout.h ('k') | xfa/fde/xml/fde_xml.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698