| Index: sky/engine/platform/graphics/GeneratedImage.h
|
| diff --git a/sky/engine/platform/graphics/GeneratedImage.h b/sky/engine/platform/graphics/GeneratedImage.h
|
| index c9e8ba3059defb288847292bf4ca41b2667ad570..b3d05e65ae4c4bed9704c8ceedc1d01db2268c7f 100644
|
| --- a/sky/engine/platform/graphics/GeneratedImage.h
|
| +++ b/sky/engine/platform/graphics/GeneratedImage.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef GeneratedImage_h
|
| -#define GeneratedImage_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_GENERATEDIMAGE_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_GENERATEDIMAGE_H_
|
|
|
| #include "sky/engine/platform/geometry/IntSize.h"
|
| #include "sky/engine/platform/graphics/Image.h"
|
| @@ -60,4 +60,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_GENERATEDIMAGE_H_
|
|
|