| Index: sky/engine/core/css/DOMWindowCSS.h
|
| diff --git a/sky/engine/core/css/DOMWindowCSS.h b/sky/engine/core/css/DOMWindowCSS.h
|
| index 64c02d10c60ab5f970b011400e52be12562d8b98..a6ef300f923254997f998c89e01b02b78a159d75 100644
|
| --- a/sky/engine/core/css/DOMWindowCSS.h
|
| +++ b/sky/engine/core/css/DOMWindowCSS.h
|
| @@ -27,8 +27,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef DOMWindowCSS_h
|
| -#define DOMWindowCSS_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_DOMWINDOWCSS_H_
|
| +#define SKY_ENGINE_CORE_CSS_DOMWINDOWCSS_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/platform/heap/Handle.h"
|
| @@ -54,4 +54,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_CSS_DOMWINDOWCSS_H_
|
|
|