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

Unified Diff: xfa/fgas/layout/fgas_textbreak.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/fgas/layout/fgas_textbreak.h ('k') | xfa/fgas/layout/fgas_unicode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fgas/layout/fgas_textbreak.cpp
diff --git a/xfa/src/fgas/layout/fgas_textbreak.cpp b/xfa/fgas/layout/fgas_textbreak.cpp
similarity index 99%
rename from xfa/src/fgas/layout/fgas_textbreak.cpp
rename to xfa/fgas/layout/fgas_textbreak.cpp
index af7be50a51856290ff2ad727ee4753184e1af049..0cc41980cbf6a5a66f730f44aa33ff0c210ea202 100644
--- a/xfa/src/fgas/layout/fgas_textbreak.cpp
+++ b/xfa/fgas/layout/fgas_textbreak.cpp
@@ -4,14 +4,14 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/src/fgas/layout/fgas_textbreak.h"
+#include "xfa/fgas/layout/fgas_textbreak.h"
#include <algorithm>
#include "core/include/fxcrt/fx_arb.h"
#include "core/include/fxcrt/fx_memory.h"
-#include "xfa/src/fgas/layout/fgas_linebreak.h"
-#include "xfa/src/fgas/layout/fgas_unicode.h"
+#include "xfa/fgas/layout/fgas_linebreak.h"
+#include "xfa/fgas/layout/fgas_unicode.h"
namespace {
« no previous file with comments | « xfa/fgas/layout/fgas_textbreak.h ('k') | xfa/fgas/layout/fgas_unicode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698