| Index: sky/engine/platform/graphics/ImageBufferClient.h
|
| diff --git a/sky/engine/platform/graphics/ImageBufferClient.h b/sky/engine/platform/graphics/ImageBufferClient.h
|
| index 90e54766581cdcf3e8fea574b8afa90dc68b9bf4..946013c2ab9e2cae4a5485ce7d6d025cb7049bc3 100644
|
| --- a/sky/engine/platform/graphics/ImageBufferClient.h
|
| +++ b/sky/engine/platform/graphics/ImageBufferClient.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ImageBufferClient_h
|
| -#define ImageBufferClient_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEBUFFERCLIENT_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEBUFFERCLIENT_H_
|
|
|
| namespace blink {
|
|
|
| @@ -43,5 +43,5 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_IMAGEBUFFERCLIENT_H_
|
|
|
|
|