| Index: sky/engine/core/css/MediaQueryList.h
|
| diff --git a/sky/engine/core/css/MediaQueryList.h b/sky/engine/core/css/MediaQueryList.h
|
| index 957d603e88e453d8485a4bdf8b3e5305e5d365ae..5f05be6cc1d9f71acbd188b560668cda6b1447de 100644
|
| --- a/sky/engine/core/css/MediaQueryList.h
|
| +++ b/sky/engine/core/css/MediaQueryList.h
|
| @@ -17,8 +17,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef MediaQueryList_h
|
| -#define MediaQueryList_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_MEDIAQUERYLIST_H_
|
| +#define SKY_ENGINE_CORE_CSS_MEDIAQUERYLIST_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/dom/ActiveDOMObject.h"
|
| @@ -88,4 +88,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // MediaQueryList_h
|
| +#endif // SKY_ENGINE_CORE_CSS_MEDIAQUERYLIST_H_
|
|
|