| Index: sky/engine/core/dom/ClientRect.h
|
| diff --git a/sky/engine/core/dom/ClientRect.h b/sky/engine/core/dom/ClientRect.h
|
| index 91e726418871fa21ecdfabe033f136bc39857622..8270bb05f067501efda64e270a74958c373a7ad4 100644
|
| --- a/sky/engine/core/dom/ClientRect.h
|
| +++ b/sky/engine/core/dom/ClientRect.h
|
| @@ -24,8 +24,8 @@
|
| *
|
| */
|
|
|
| -#ifndef ClientRect_h
|
| -#define ClientRect_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CLIENTRECT_H_
|
| +#define SKY_ENGINE_CORE_DOM_CLIENTRECT_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/platform/geometry/FloatRect.h"
|
| @@ -70,4 +70,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ClientRect_h
|
| +#endif // SKY_ENGINE_CORE_DOM_CLIENTRECT_H_
|
|
|