| Index: sky/engine/core/css/MediaQueryListListener.h
|
| diff --git a/sky/engine/core/css/MediaQueryListListener.h b/sky/engine/core/css/MediaQueryListListener.h
|
| index ca2398cd991382bee67529edb3f8d2425bd67d23..2dc37e5765cdfdac368c3d32f5f4dfa1cdded13a 100644
|
| --- a/sky/engine/core/css/MediaQueryListListener.h
|
| +++ b/sky/engine/core/css/MediaQueryListListener.h
|
| @@ -17,8 +17,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef MediaQueryListListener_h
|
| -#define MediaQueryListListener_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_MEDIAQUERYLISTLISTENER_H_
|
| +#define SKY_ENGINE_CORE_CSS_MEDIAQUERYLISTLISTENER_H_
|
|
|
| #include "sky/engine/core/css/MediaQueryList.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| @@ -40,4 +40,4 @@ protected:
|
|
|
| }
|
|
|
| -#endif // MediaQueryListListener_h
|
| +#endif // SKY_ENGINE_CORE_CSS_MEDIAQUERYLISTLISTENER_H_
|
|
|