| 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_
|
|
|