| Index: sky/engine/core/rendering/style/StyleWillChangeData.h
|
| diff --git a/sky/engine/core/rendering/style/StyleWillChangeData.h b/sky/engine/core/rendering/style/StyleWillChangeData.h
|
| index 6687ab2900be507468c734ca94a1f52613f58ac3..342e038b923d7d6a0fa0a1502976d810c8787e7e 100644
|
| --- a/sky/engine/core/rendering/style/StyleWillChangeData.h
|
| +++ b/sky/engine/core/rendering/style/StyleWillChangeData.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 StyleWillChangeData_h
|
| -#define StyleWillChangeData_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_STYLE_STYLEWILLCHANGEDATA_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_STYLE_STYLEWILLCHANGEDATA_H_
|
|
|
| #include "gen/sky/core/CSSPropertyNames.h"
|
| #include "gen/sky/core/CSSValueKeywords.h"
|
| @@ -39,4 +39,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // StyleWillChangeData_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_STYLE_STYLEWILLCHANGEDATA_H_
|
|
|