| Index: sky/engine/platform/graphics/GraphicsLayerFactory.h
|
| diff --git a/sky/engine/platform/graphics/GraphicsLayerFactory.h b/sky/engine/platform/graphics/GraphicsLayerFactory.h
|
| index a3c368a1e088b2f5aa4deed5d600b11e391bd074..c5fe84cd91aeb368d7dfce8dd7ce0802a2a70e36 100644
|
| --- a/sky/engine/platform/graphics/GraphicsLayerFactory.h
|
| +++ b/sky/engine/platform/graphics/GraphicsLayerFactory.h
|
| @@ -23,8 +23,8 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef GraphicsLayerFactory_h
|
| -#define GraphicsLayerFactory_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_GRAPHICSLAYERFACTORY_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_GRAPHICSLAYERFACTORY_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/wtf/Forward.h"
|
| @@ -43,4 +43,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // GraphicsLayerFactory_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_GRAPHICSLAYERFACTORY_H_
|
|
|