| Index: sky/engine/core/dom/ClientRectList.h
|
| diff --git a/sky/engine/core/dom/ClientRectList.h b/sky/engine/core/dom/ClientRectList.h
|
| index 1bcb251fb8172eeb0173de67873192b86bbdfd27..f26479eec5f90fce2dbce754280626964b04e080 100644
|
| --- a/sky/engine/core/dom/ClientRectList.h
|
| +++ b/sky/engine/core/dom/ClientRectList.h
|
| @@ -24,8 +24,8 @@
|
| *
|
| */
|
|
|
| -#ifndef ClientRectList_h
|
| -#define ClientRectList_h
|
| +#ifndef SKY_ENGINE_CORE_DOM_CLIENTRECTLIST_H_
|
| +#define SKY_ENGINE_CORE_DOM_CLIENTRECTLIST_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| #include "sky/engine/platform/geometry/FloatQuad.h"
|
| @@ -62,4 +62,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ClientRectList_h
|
| +#endif // SKY_ENGINE_CORE_DOM_CLIENTRECTLIST_H_
|
|
|