| Index: sky/engine/core/rendering/RenderParagraph.h
|
| diff --git a/sky/engine/core/rendering/RenderParagraph.h b/sky/engine/core/rendering/RenderParagraph.h
|
| index 39597e161f123cce1011c679f823b40c6428a7d4..92d63bba50fdc6c0c270bd657e10413f20a2c934 100644
|
| --- a/sky/engine/core/rendering/RenderParagraph.h
|
| +++ b/sky/engine/core/rendering/RenderParagraph.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef RenderParagraph_h
|
| -#define RenderParagraph_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_RENDERPARAGRAPH_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_RENDERPARAGRAPH_H_
|
|
|
| #include "sky/engine/core/dom/ContainerNode.h"
|
| #include "sky/engine/core/rendering/RenderBlockFlow.h"
|
| @@ -26,4 +26,4 @@ DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderParagraph, isRenderParagraph());
|
|
|
| } // namespace blink
|
|
|
| -#endif // RenderParagraph_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_RENDERPARAGRAPH_H_
|
|
|