| Index: sky/engine/platform/Widget.h
|
| diff --git a/sky/engine/platform/Widget.h b/sky/engine/platform/Widget.h
|
| index 414d2eedd6de24e396e206cd8adbb3d95c105da1..f55445565f5188e9ad7748e078a1ca6902ec179c 100644
|
| --- a/sky/engine/platform/Widget.h
|
| +++ b/sky/engine/platform/Widget.h
|
| @@ -25,8 +25,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef Widget_h
|
| -#define Widget_h
|
| +#ifndef SKY_ENGINE_PLATFORM_WIDGET_H_
|
| +#define SKY_ENGINE_PLATFORM_WIDGET_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/geometry/FloatPoint.h"
|
| @@ -86,4 +86,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // Widget_h
|
| +#endif // SKY_ENGINE_PLATFORM_WIDGET_H_
|
|
|