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

Unified Diff: xfa/fxgraphics/fx_path_generator.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/fxgraphics/fx_path_generator.h ('k') | xfa/fxgraphics/pre.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxgraphics/fx_path_generator.cpp
diff --git a/xfa/src/fxgraphics/fx_path_generator.cpp b/xfa/fxgraphics/fx_path_generator.cpp
similarity index 98%
rename from xfa/src/fxgraphics/fx_path_generator.cpp
rename to xfa/fxgraphics/fx_path_generator.cpp
index 8b0bab00dab137f31e6af39d584f4e3b4b939d0c..cbe0f2923925edd69208f4b58d28cb558c7a73be 100644
--- a/xfa/src/fxgraphics/fx_path_generator.cpp
+++ b/xfa/fxgraphics/fx_path_generator.cpp
@@ -4,9 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/src/fxgraphics/fx_path_generator.h"
+#include "xfa/fxgraphics/fx_path_generator.h"
-#include "xfa/src/fxgraphics/pre.h"
+#include "xfa/fxgraphics/pre.h"
CFX_PathGenerator::CFX_PathGenerator() {
m_pPathData = NULL;
« no previous file with comments | « xfa/fxgraphics/fx_path_generator.h ('k') | xfa/fxgraphics/pre.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698