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

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

Powered by Google App Engine
This is Rietveld 408576698