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

Unified Diff: xfa/fxgraphics/cfx_graphics.h

Issue 2383583002: Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent (Closed)
Patch Set: Rebase to master Created 4 years, 3 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/cfx_color.h ('k') | xfa/fxgraphics/cfx_graphics.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxgraphics/cfx_graphics.h
diff --git a/xfa/fxgraphics/include/cfx_graphics.h b/xfa/fxgraphics/cfx_graphics.h
similarity index 98%
rename from xfa/fxgraphics/include/cfx_graphics.h
rename to xfa/fxgraphics/cfx_graphics.h
index 584a5cbac34fbf80475c1cb49eea2f7005e47b5f..66e4da333db19c75edede1bb37639d66b93c3335 100644
--- a/xfa/fxgraphics/include/cfx_graphics.h
+++ b/xfa/fxgraphics/cfx_graphics.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXGRAPHICS_INCLUDE_CFX_GRAPHICS_H_
-#define XFA_FXGRAPHICS_INCLUDE_CFX_GRAPHICS_H_
+#ifndef XFA_FXGRAPHICS_CFX_GRAPHICS_H_
+#define XFA_FXGRAPHICS_CFX_GRAPHICS_H_
#include <memory>
@@ -239,4 +239,4 @@ class CFX_Graphics {
friend class CAGG_Graphics;
};
-#endif // XFA_FXGRAPHICS_INCLUDE_CFX_GRAPHICS_H_
+#endif // XFA_FXGRAPHICS_CFX_GRAPHICS_H_
« no previous file with comments | « xfa/fxgraphics/cfx_color.h ('k') | xfa/fxgraphics/cfx_graphics.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698