| Index: sky/engine/core/html/ClassList.h
|
| diff --git a/sky/engine/core/html/ClassList.h b/sky/engine/core/html/ClassList.h
|
| index 6a4c929709dd6edec21aad5bd622a2bd3b85e82c..30ecad2ed1fe4f44bd7884b9cc68b2afce90e666 100644
|
| --- a/sky/engine/core/html/ClassList.h
|
| +++ b/sky/engine/core/html/ClassList.h
|
| @@ -22,8 +22,8 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ClassList_h
|
| -#define ClassList_h
|
| +#ifndef SKY_ENGINE_CORE_HTML_CLASSLIST_H_
|
| +#define SKY_ENGINE_CORE_HTML_CLASSLIST_H_
|
|
|
| #include "gen/sky/core/HTMLNames.h"
|
| #include "sky/engine/core/dom/DOMTokenList.h"
|
| @@ -70,4 +70,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ClassList_h
|
| +#endif // SKY_ENGINE_CORE_HTML_CLASSLIST_H_
|
|
|