| Index: sky/engine/platform/graphics/skia/GaneshUtils.h
|
| diff --git a/sky/engine/platform/graphics/skia/GaneshUtils.h b/sky/engine/platform/graphics/skia/GaneshUtils.h
|
| index 10d458b73b7acf5d8625b3be8c85f79530fd41c1..ffd583931127df69134664d09f884a0ad5ac9682 100644
|
| --- a/sky/engine/platform/graphics/skia/GaneshUtils.h
|
| +++ b/sky/engine/platform/graphics/skia/GaneshUtils.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef GaneshUtils_h
|
| -#define GaneshUtils_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_SKIA_GANESHUTILS_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_SKIA_GANESHUTILS_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/geometry/IntSize.h"
|
| @@ -42,4 +42,4 @@ bool PLATFORM_EXPORT ensureTextureBackedSkBitmap(GrContext*, SkBitmap&, const In
|
|
|
| } // namespace blink
|
|
|
| -#endif // GaneshUtils_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_SKIA_GANESHUTILS_H_
|
|
|