| Index: sky/engine/platform/graphics/ImageDecodingStore.h
|
| diff --git a/sky/engine/platform/graphics/ImageDecodingStore.h b/sky/engine/platform/graphics/ImageDecodingStore.h
|
| index e762057cbf10ef86d28c32a0499bdbc8e1089dac..3a5d8884913894c72f3f0d432864de8d65a4b9d5 100644
|
| --- a/sky/engine/platform/graphics/ImageDecodingStore.h
|
| +++ b/sky/engine/platform/graphics/ImageDecodingStore.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ImageDecodingStore_h
|
| -#define ImageDecodingStore_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEDECODINGSTORE_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEDECODINGSTORE_H_
|
|
|
| #include "platform/image-decoders/ImageDecoder.h"
|
| #include "sky/engine/platform/graphics/skia/SkSizeHash.h"
|
| @@ -216,4 +216,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEDECODINGSTORE_H_
|
|
|