| Index: sky/engine/core/rendering/style/StyleDifference.h
|
| diff --git a/sky/engine/core/rendering/style/StyleDifference.h b/sky/engine/core/rendering/style/StyleDifference.h
|
| index 465ee9ad90518f4c5d3365bad72601023c6343c6..6a9ff936d14c5d86294b06595228f4704cea8afa 100644
|
| --- a/sky/engine/core/rendering/style/StyleDifference.h
|
| +++ b/sky/engine/core/rendering/style/StyleDifference.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 StyleDifference_h
|
| -#define StyleDifference_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_STYLE_STYLEDIFFERENCE_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_STYLE_STYLEDIFFERENCE_H_
|
|
|
| #include "sky/engine/wtf/Assertions.h"
|
|
|
| @@ -97,4 +97,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // StyleDifference_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_STYLE_STYLEDIFFERENCE_H_
|
|
|