| Index: sky/engine/core/dom/custom/CustomElementDescriptorHash.h
|
| diff --git a/sky/engine/core/dom/custom/CustomElementDescriptorHash.h b/sky/engine/core/dom/custom/CustomElementDescriptorHash.h
|
| index e5cb3dcd0f61c8e905d5f493dd2be8c99cede0b6..7740c14c85f3b59ec9cf33a5e958da86206de141 100644
|
| --- a/sky/engine/core/dom/custom/CustomElementDescriptorHash.h
|
| +++ b/sky/engine/core/dom/custom/CustomElementDescriptorHash.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CustomElementDescriptorHash_h
|
| -#define CustomElementDescriptorHash_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTDESCRIPTORHASH_H_
|
| +#define SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTDESCRIPTORHASH_H_
|
|
|
| #include "sky/engine/core/dom/custom/CustomElementDescriptor.h"
|
| #include "sky/engine/wtf/HashFunctions.h"
|
| @@ -63,4 +63,4 @@ struct HashTraits<blink::CustomElementDescriptor> : SimpleClassHashTraits<blink:
|
|
|
| } // namespace WTF
|
|
|
| -#endif // CustomElementDescriptorHash
|
| +#endif // SKY_ENGINE_CORE_DOM_CUSTOM_CUSTOMELEMENTDESCRIPTORHASH_H_
|
|
|