| Index: sky/engine/core/html/canvas/CanvasImageSource.h
|
| diff --git a/sky/engine/core/html/canvas/CanvasImageSource.h b/sky/engine/core/html/canvas/CanvasImageSource.h
|
| index 98eb12e1979fc18d26194af3265eec5e4e9edce8..5acf642afa3655c135a8ec4ccc652c102e8f6ec8 100644
|
| --- a/sky/engine/core/html/canvas/CanvasImageSource.h
|
| +++ b/sky/engine/core/html/canvas/CanvasImageSource.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CanvasImageSource_h
|
| -#define CanvasImageSource_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CANVAS_CANVASIMAGESOURCE_H_
|
| +#define SKY_ENGINE_CORE_HTML_CANVAS_CANVASIMAGESOURCE_H_
|
|
|
| #include "sky/engine/wtf/PassRefPtr.h"
|
|
|
| @@ -67,4 +67,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_HTML_CANVAS_CANVASIMAGESOURCE_H_
|
|
|