| Index: sky/engine/platform/graphics/InterceptingCanvas.h
|
| diff --git a/sky/engine/platform/graphics/InterceptingCanvas.h b/sky/engine/platform/graphics/InterceptingCanvas.h
|
| index 678c4067654ab0eb9a7cf7b915358135465e5349..dbf9567647608e6dddf655beb01c662481116e82 100644
|
| --- a/sky/engine/platform/graphics/InterceptingCanvas.h
|
| +++ b/sky/engine/platform/graphics/InterceptingCanvas.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef InterceptingCanvas_h
|
| -#define InterceptingCanvas_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_INTERCEPTINGCANVAS_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_INTERCEPTINGCANVAS_H_
|
|
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
|
|
| @@ -83,4 +83,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // InterceptingCanvas_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_INTERCEPTINGCANVAS_H_
|
|
|