| Index: sky/engine/core/rendering/PaintPhase.h
|
| diff --git a/sky/engine/core/rendering/PaintPhase.h b/sky/engine/core/rendering/PaintPhase.h
|
| index 88cf2f797f92ae3e46a237e84df59e075f482119..d4bc75217f80ab1e9adb502c003eb6712d795b51 100644
|
| --- a/sky/engine/core/rendering/PaintPhase.h
|
| +++ b/sky/engine/core/rendering/PaintPhase.h
|
| @@ -23,8 +23,8 @@
|
| *
|
| */
|
|
|
| -#ifndef PaintPhase_h
|
| -#define PaintPhase_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_PAINTPHASE_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_PAINTPHASE_H_
|
|
|
| namespace blink {
|
|
|
| @@ -66,4 +66,4 @@ typedef unsigned PaintBehavior;
|
|
|
| } // namespace blink
|
|
|
| -#endif // PaintPhase_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_PAINTPHASE_H_
|
|
|