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

Unified Diff: xfa/fxgraphics/pre.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_path_generator.cpp ('k') | xfa/fxjse/class.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxgraphics/pre.h
diff --git a/xfa/src/fxgraphics/pre.h b/xfa/fxgraphics/pre.h
similarity index 99%
rename from xfa/src/fxgraphics/pre.h
rename to xfa/fxgraphics/pre.h
index 625df394d75526163aaf7e93efcac5ecbd4316bf..fb0ac55839e144d3f978de7c281988b15621d651 100644
--- a/xfa/src/fxgraphics/pre.h
+++ b/xfa/fxgraphics/pre.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXGRAPHICS_PRE_H_
-#define XFA_SRC_FXGRAPHICS_PRE_H_
+#ifndef XFA_FXGRAPHICS_PRE_H_
+#define XFA_FXGRAPHICS_PRE_H_
enum {
FX_CONTEXT_None = 0,
@@ -583,4 +583,4 @@ static const FX_HATCHDATA hatchBitmapData[FX_HATCHSTYLE_Total] = {
#else
#endif
-#endif // XFA_SRC_FXGRAPHICS_PRE_H_
+#endif // XFA_FXGRAPHICS_PRE_H_
« no previous file with comments | « xfa/fxgraphics/fx_path_generator.cpp ('k') | xfa/fxjse/class.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698