| Index: sky/engine/core/rendering/RootInlineBox.h
|
| diff --git a/sky/engine/core/rendering/RootInlineBox.h b/sky/engine/core/rendering/RootInlineBox.h
|
| index 5cc4a828f0c03ab658d4f0c6affa4e559a508c0a..5b616f1df90f70ad7c5b9a344672b64083d8361e 100644
|
| --- a/sky/engine/core/rendering/RootInlineBox.h
|
| +++ b/sky/engine/core/rendering/RootInlineBox.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef RootInlineBox_h
|
| -#define RootInlineBox_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_ROOTINLINEBOX_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_ROOTINLINEBOX_H_
|
|
|
| #include "sky/engine/core/rendering/InlineFlowBox.h"
|
| #include "sky/engine/platform/text/BidiContext.h"
|
| @@ -232,4 +232,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // RootInlineBox_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_ROOTINLINEBOX_H_
|
|
|