| Index: sky/engine/platform/graphics/ColorSpace.h
|
| diff --git a/sky/engine/platform/graphics/ColorSpace.h b/sky/engine/platform/graphics/ColorSpace.h
|
| index 8758f2b9c3d508f373130e2bfcdcaae71ad6ac95..7cfb84957dc75a244bd14d72256f03b35125a660 100644
|
| --- a/sky/engine/platform/graphics/ColorSpace.h
|
| +++ b/sky/engine/platform/graphics/ColorSpace.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ColorSpace_h
|
| -#define ColorSpace_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_COLORSPACE_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_COLORSPACE_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/graphics/Color.h"
|
| @@ -53,4 +53,4 @@ Color convertColor(const Color& srcColor, ColorSpace dstColorSpace, ColorSpace s
|
|
|
| } // namespace blink
|
|
|
| -#endif // ColorSpace_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_COLORSPACE_H_
|
|
|