| Index: sky/engine/platform/image-decoders/bmp/BMPImageDecoder.h
|
| diff --git a/sky/engine/platform/image-decoders/bmp/BMPImageDecoder.h b/sky/engine/platform/image-decoders/bmp/BMPImageDecoder.h
|
| index 998108f58f5cd0cd0e789146093d99e73376d51f..949a481c0262d89d18adfd32ef18ec514edf75a2 100644
|
| --- a/sky/engine/platform/image-decoders/bmp/BMPImageDecoder.h
|
| +++ b/sky/engine/platform/image-decoders/bmp/BMPImageDecoder.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef BMPImageDecoder_h
|
| -#define BMPImageDecoder_h
|
| +#ifndef SKY_ENGINE_PLATFORM_IMAGE-DECODERS_BMP_BMPIMAGEDECODER_H_
|
| +#define SKY_ENGINE_PLATFORM_IMAGE-DECODERS_BMP_BMPIMAGEDECODER_H_
|
|
|
| #include "platform/image-decoders/bmp/BMPImageReader.h"
|
| #include "sky/engine/wtf/OwnPtr.h"
|
| @@ -82,4 +82,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_IMAGE-DECODERS_BMP_BMPIMAGEDECODER_H_
|
|
|