| Index: sky/engine/platform/graphics/DeferredImageDecoder.h
|
| diff --git a/sky/engine/platform/graphics/DeferredImageDecoder.h b/sky/engine/platform/graphics/DeferredImageDecoder.h
|
| index 2dbd7d80c5751f2f8adf038a9c83ff9738209ef8..96407cd8b1f2374ef521da8017af313cdbaa7afc 100644
|
| --- a/sky/engine/platform/graphics/DeferredImageDecoder.h
|
| +++ b/sky/engine/platform/graphics/DeferredImageDecoder.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef DeferredImageDecoder_h
|
| -#define DeferredImageDecoder_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_DEFERREDIMAGEDECODER_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_DEFERREDIMAGEDECODER_H_
|
|
|
| #include "platform/image-decoders/ImageDecoder.h"
|
| #include "sky/engine/platform/PlatformExport.h"
|
| @@ -104,4 +104,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_DEFERREDIMAGEDECODER_H_
|
|
|