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

Unified Diff: xfa/fde/fde_iterator.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/fde/fde_iterator.cpp
diff --git a/xfa/src/fde/fde_iterator.cpp b/xfa/fde/fde_iterator.cpp
similarity index 97%
rename from xfa/src/fde/fde_iterator.cpp
rename to xfa/fde/fde_iterator.cpp
index 71be02ea9d680b2b03c4e2c375990f8eda07b73d..50018b7942d908883df1e0d7fc8d50f5012db8bf 100644
--- a/xfa/src/fde/fde_iterator.cpp
+++ b/xfa/fde/fde_iterator.cpp
@@ -4,9 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/src/fde/fde_iterator.h"
+#include "xfa/fde/fde_iterator.h"
-#include "xfa/src/fgas/crt/fgas_utils.h"
+#include "xfa/fgas/crt/fgas_utils.h"
IFDE_VisualSetIterator* IFDE_VisualSetIterator::Create() {
return new CFDE_VisualSetIterator;

Powered by Google App Engine
This is Rietveld 408576698