| Index: sky/engine/platform/graphics/PathTraversalState.h
|
| diff --git a/sky/engine/platform/graphics/PathTraversalState.h b/sky/engine/platform/graphics/PathTraversalState.h
|
| index 59f954a2bc7a6807836038b1c377e0f87efadaa8..2a92d98e467cd0bae2eb5109e377a2b1b520f5f2 100644
|
| --- a/sky/engine/platform/graphics/PathTraversalState.h
|
| +++ b/sky/engine/platform/graphics/PathTraversalState.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef PathTraversalState_h
|
| -#define PathTraversalState_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_PATHTRAVERSALSTATE_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_PATHTRAVERSALSTATE_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/geometry/FloatPoint.h"
|
| @@ -68,4 +68,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_PATHTRAVERSALSTATE_H_
|
|
|