| Index: sky/engine/platform/graphics/ImageOrientation.h
|
| diff --git a/sky/engine/platform/graphics/ImageOrientation.h b/sky/engine/platform/graphics/ImageOrientation.h
|
| index f163e3e169a303ce7e1ca320d72667ab9f7dda54..2cfc3b5185fccd1456241b4890d131ec4c167ae3 100644
|
| --- a/sky/engine/platform/graphics/ImageOrientation.h
|
| +++ b/sky/engine/platform/graphics/ImageOrientation.h
|
| @@ -23,8 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ImageOrientation_h
|
| -#define ImageOrientation_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEORIENTATION_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEORIENTATION_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
|
|
| @@ -91,4 +91,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ImageOrientation_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEORIENTATION_H_
|
|
|