| Index: sky/engine/platform/graphics/Image.h
|
| diff --git a/sky/engine/platform/graphics/Image.h b/sky/engine/platform/graphics/Image.h
|
| index 2f4c0b428bea00856066ea243454c20dedfa917b..742513aee8dcb8506c12c96f39e831fd7292996a 100644
|
| --- a/sky/engine/platform/graphics/Image.h
|
| +++ b/sky/engine/platform/graphics/Image.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Image_h
|
| -#define Image_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_IMAGE_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_IMAGE_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/geometry/IntRect.h"
|
| @@ -144,4 +144,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_IMAGE_H_
|
|
|