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

Unified Diff: xfa/fde/fde_object.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/fde_object.h ('k') | xfa/fde/fde_path.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/fde_object.cpp
diff --git a/xfa/src/fde/fde_object.cpp b/xfa/fde/fde_object.cpp
similarity index 94%
rename from xfa/src/fde/fde_object.cpp
rename to xfa/fde/fde_object.cpp
index 1350ae9e9b0d338a7145a630809b547157e7ffa3..92b9f8af1f92a7f2b73debb6eeea97fe7c75cbb3 100644
--- a/xfa/src/fde/fde_object.cpp
+++ b/xfa/fde/fde_object.cpp
@@ -4,7 +4,7 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/src/fde/fde_object.h"
+#include "xfa/fde/fde_object.h"
IFDE_Pen* IFDE_Pen::Create() {
return new CFDE_Pen();
« no previous file with comments | « xfa/fde/fde_object.h ('k') | xfa/fde/fde_path.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698