| Index: sky/engine/platform/graphics/ImageObserver.h
|
| diff --git a/sky/engine/platform/graphics/ImageObserver.h b/sky/engine/platform/graphics/ImageObserver.h
|
| index 81d8f9e698d104c338fad69194e6fb2c505940fe..c0ce7b5009638d4812e534385396980761882f2e 100644
|
| --- a/sky/engine/platform/graphics/ImageObserver.h
|
| +++ b/sky/engine/platform/graphics/ImageObserver.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ImageObserver_h
|
| -#define ImageObserver_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEOBSERVER_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEOBSERVER_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
|
|
| @@ -50,4 +50,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEOBSERVER_H_
|
|
|