| Index: sky/engine/platform/graphics/Gradient.h
|
| diff --git a/sky/engine/platform/graphics/Gradient.h b/sky/engine/platform/graphics/Gradient.h
|
| index 142df4c5814f78ac22817347b58be891ffa9147d..e616c930b9da090f7b8779fc0378b4c7864f9ed1 100644
|
| --- a/sky/engine/platform/graphics/Gradient.h
|
| +++ b/sky/engine/platform/graphics/Gradient.h
|
| @@ -26,8 +26,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Gradient_h
|
| -#define Gradient_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_GRADIENT_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_GRADIENT_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/geometry/FloatPoint.h"
|
| @@ -144,4 +144,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_GRADIENT_H_
|
|
|