| Index: sky/engine/platform/image-decoders/ImageDecoder.h
|
| diff --git a/sky/engine/platform/image-decoders/ImageDecoder.h b/sky/engine/platform/image-decoders/ImageDecoder.h
|
| index f8a4e6701ebfafb8bd33a53bf628b72ed2cfe30f..6778261f3b55ef16577abce6290433cfc6bc4286 100644
|
| --- a/sky/engine/platform/image-decoders/ImageDecoder.h
|
| +++ b/sky/engine/platform/image-decoders/ImageDecoder.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ImageDecoder_h
|
| -#define ImageDecoder_h
|
| +#ifndef SKY_ENGINE_PLATFORM_IMAGE-DECODERS_IMAGEDECODER_H_
|
| +#define SKY_ENGINE_PLATFORM_IMAGE-DECODERS_IMAGEDECODER_H_
|
|
|
| #include "platform/image-decoders/ImageFrame.h"
|
| #include "sky/engine/platform/PlatformExport.h"
|
| @@ -316,4 +316,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_IMAGE-DECODERS_IMAGEDECODER_H_
|
|
|