| Index: sky/engine/core/css/StyleMedia.h
|
| diff --git a/sky/engine/core/css/StyleMedia.h b/sky/engine/core/css/StyleMedia.h
|
| index ea8cde6aa2776fd26194b50cd9a0d52650c084d2..6e9bef6a75eea94b000e07a8f52c477ebc587bb3 100644
|
| --- a/sky/engine/core/css/StyleMedia.h
|
| +++ b/sky/engine/core/css/StyleMedia.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef StyleMedia_h
|
| -#define StyleMedia_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_STYLEMEDIA_H_
|
| +#define SKY_ENGINE_CORE_CSS_STYLEMEDIA_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/core/frame/DOMWindowProperty.h"
|
| @@ -51,4 +51,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // StyleMedia_h
|
| +#endif // SKY_ENGINE_CORE_CSS_STYLEMEDIA_H_
|
|
|