| Index: sky/engine/core/dom/ElementDataCache.h
|
| diff --git a/sky/engine/core/dom/ElementDataCache.h b/sky/engine/core/dom/ElementDataCache.h
|
| index fc87a5e28f1135ce4704c1ff587372f29cf7aeea..bffa649e62f977eee40033b40b89d0275749619d 100644
|
| --- a/sky/engine/core/dom/ElementDataCache.h
|
| +++ b/sky/engine/core/dom/ElementDataCache.h
|
| @@ -24,8 +24,8 @@
|
| *
|
| */
|
|
|
| -#ifndef ElementDataCache_h
|
| -#define ElementDataCache_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_ELEMENTDATACACHE_H_
|
| +#define SKY_ENGINE_CORE_DOM_ELEMENTDATACACHE_H_
|
|
|
| #include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/HashMap.h"
|
| @@ -56,4 +56,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_ELEMENTDATACACHE_H_
|
|
|