| Index: sky/engine/core/dom/DOMTokenList.h
|
| diff --git a/sky/engine/core/dom/DOMTokenList.h b/sky/engine/core/dom/DOMTokenList.h
|
| index 913adbf00b7db0e01c0f30ee28487beb33a4afc8..5e6d30b36f739601cd573af4426030efcee5586f 100644
|
| --- a/sky/engine/core/dom/DOMTokenList.h
|
| +++ b/sky/engine/core/dom/DOMTokenList.h
|
| @@ -22,8 +22,8 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef DOMTokenList_h
|
| -#define DOMTokenList_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_DOMTOKENLIST_H_
|
| +#define SKY_ENGINE_CORE_DOM_DOMTOKENLIST_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| @@ -83,4 +83,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DOMTokenList_h
|
| +#endif // SKY_ENGINE_CORE_DOM_DOMTOKENLIST_H_
|
|
|