| Index: sky/engine/core/rendering/style/DataRef.h
|
| diff --git a/sky/engine/core/rendering/style/DataRef.h b/sky/engine/core/rendering/style/DataRef.h
|
| index 3bac7262504f41a6d3f0becad43ceb9d0feae019..00f1ad0e706f2d41bc5faecb36829c7186ef8317 100644
|
| --- a/sky/engine/core/rendering/style/DataRef.h
|
| +++ b/sky/engine/core/rendering/style/DataRef.h
|
| @@ -21,8 +21,8 @@
|
| *
|
| */
|
|
|
| -#ifndef DataRef_h
|
| -#define DataRef_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_STYLE_DATAREF_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_STYLE_DATAREF_H_
|
|
|
| #include "sky/engine/wtf/RefPtr.h"
|
|
|
| @@ -68,4 +68,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DataRef_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_STYLE_DATAREF_H_
|
|
|