| Index: sky/engine/core/dom/WeakNodeMap.h
|
| diff --git a/sky/engine/core/dom/WeakNodeMap.h b/sky/engine/core/dom/WeakNodeMap.h
|
| index 7006a9b8f6ab068efc04782c5ad1d679e247bed2..6b1641f0421b1dea8dd341ade6a54bc800972740 100644
|
| --- a/sky/engine/core/dom/WeakNodeMap.h
|
| +++ b/sky/engine/core/dom/WeakNodeMap.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 WeakNodeMap_h
|
| -#define WeakNodeMap_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_WEAKNODEMAP_H_
|
| +#define SKY_ENGINE_CORE_DOM_WEAKNODEMAP_H_
|
|
|
| #include "sky/engine/wtf/HashMap.h"
|
|
|
| @@ -40,4 +40,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_DOM_WEAKNODEMAP_H_
|
|
|