| Index: sky/engine/core/dom/DOMSettableTokenList.h
|
| diff --git a/sky/engine/core/dom/DOMSettableTokenList.h b/sky/engine/core/dom/DOMSettableTokenList.h
|
| index d23e527154873128b68144e87caecab9d9c63c4a..a31fa5a11ff133c4addb05bb4798937c56857ee8 100644
|
| --- a/sky/engine/core/dom/DOMSettableTokenList.h
|
| +++ b/sky/engine/core/dom/DOMSettableTokenList.h
|
| @@ -22,8 +22,8 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef DOMSettableTokenList_h
|
| -#define DOMSettableTokenList_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_DOMSETTABLETOKENLIST_H_
|
| +#define SKY_ENGINE_CORE_DOM_DOMSETTABLETOKENLIST_H_
|
|
|
| #include "sky/engine/core/dom/DOMTokenList.h"
|
| #include "sky/engine/core/dom/SpaceSplitString.h"
|
| @@ -80,4 +80,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // DOMSettableTokenList_h
|
| +#endif // SKY_ENGINE_CORE_DOM_DOMSETTABLETOKENLIST_H_
|
|
|