| Index: sky/engine/core/css/MediaQueryListEvent.h
|
| diff --git a/sky/engine/core/css/MediaQueryListEvent.h b/sky/engine/core/css/MediaQueryListEvent.h
|
| index a81531e005d1d4b83927bf9b7f3eb015631cb604..11bb71ce1ace248b5f169ebf0fc6e29a13881e76 100644
|
| --- a/sky/engine/core/css/MediaQueryListEvent.h
|
| +++ b/sky/engine/core/css/MediaQueryListEvent.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MediaQueryListEvent_h
|
| -#define MediaQueryListEvent_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_MEDIAQUERYLISTEVENT_H_
|
| +#define SKY_ENGINE_CORE_CSS_MEDIAQUERYLISTEVENT_H_
|
|
|
| #include "sky/engine/core/css/MediaQueryList.h"
|
| #include "sky/engine/core/events/Event.h"
|
| @@ -81,4 +81,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // MediaQueryListEvent_h
|
| +#endif // SKY_ENGINE_CORE_CSS_MEDIAQUERYLISTEVENT_H_
|
|
|