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

Unified Diff: xfa/fxgraphics/fx_path_generator.h

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_graphics.cpp ('k') | xfa/fxgraphics/fx_path_generator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxgraphics/fx_path_generator.h
diff --git a/xfa/src/fxgraphics/fx_path_generator.h b/xfa/fxgraphics/fx_path_generator.h
similarity index 92%
rename from xfa/src/fxgraphics/fx_path_generator.h
rename to xfa/fxgraphics/fx_path_generator.h
index b8253961de9426345dc22f936511a847fecf3fe5..3087a6436625e2fcd06367d7aa64f1237e1179cb 100644
--- a/xfa/src/fxgraphics/fx_path_generator.h
+++ b/xfa/fxgraphics/fx_path_generator.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXGRAPHICS_FX_PATH_GENERATOR_H_
-#define XFA_SRC_FXGRAPHICS_FX_PATH_GENERATOR_H_
+#ifndef XFA_FXGRAPHICS_FX_PATH_GENERATOR_H_
+#define XFA_FXGRAPHICS_FX_PATH_GENERATOR_H_
#include "core/include/fxge/fx_ge.h"
@@ -61,4 +61,4 @@ class CFX_PathGenerator {
CFX_PathData* m_pPathData;
};
-#endif // XFA_SRC_FXGRAPHICS_FX_PATH_GENERATOR_H_
+#endif // XFA_FXGRAPHICS_FX_PATH_GENERATOR_H_
« no previous file with comments | « xfa/fxgraphics/fx_graphics.cpp ('k') | xfa/fxgraphics/fx_path_generator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698