| Index: sky/engine/platform/graphics/filters/Filter.h
|
| diff --git a/sky/engine/platform/graphics/filters/Filter.h b/sky/engine/platform/graphics/filters/Filter.h
|
| index 9def51b91c4e6e6fa8bdd0f61427ee1ad2bc97a7..ee63b2ce0e88f92a96df313da6fb57e5c05073db 100644
|
| --- a/sky/engine/platform/graphics/filters/Filter.h
|
| +++ b/sky/engine/platform/graphics/filters/Filter.h
|
| @@ -18,8 +18,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef Filter_h
|
| -#define Filter_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_FILTERS_FILTER_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_FILTERS_FILTER_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/geometry/FloatRect.h"
|
| @@ -90,4 +90,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // Filter_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_FILTERS_FILTER_H_
|
|
|