| Index: sky/engine/platform/graphics/ImageSource.h
|
| diff --git a/sky/engine/platform/graphics/ImageSource.h b/sky/engine/platform/graphics/ImageSource.h
|
| index 82b31b01bb913a426356d99a5b0013d9425df38a..74932a59c073668c6013b235714749cb2ef9f7ee 100644
|
| --- a/sky/engine/platform/graphics/ImageSource.h
|
| +++ b/sky/engine/platform/graphics/ImageSource.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ImageSource_h
|
| -#define ImageSource_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_IMAGESOURCE_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_IMAGESOURCE_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/graphics/ImageOrientation.h"
|
| @@ -135,4 +135,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_IMAGESOURCE_H_
|
|
|