| Index: sky/engine/platform/graphics/filters/FilterOperations.h
|
| diff --git a/sky/engine/platform/graphics/filters/FilterOperations.h b/sky/engine/platform/graphics/filters/FilterOperations.h
|
| index a202684c6d35c4618a7defc15e37ed09d154e5e1..306e058241539321e8a1c860f556ef9fedcf711c 100644
|
| --- a/sky/engine/platform/graphics/filters/FilterOperations.h
|
| +++ b/sky/engine/platform/graphics/filters/FilterOperations.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FilterOperations_h
|
| -#define FilterOperations_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_FILTERS_FILTEROPERATIONS_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_FILTERS_FILTEROPERATIONS_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/geometry/IntRectExtent.h"
|
| @@ -78,4 +78,4 @@ private:
|
| } // namespace blink
|
|
|
|
|
| -#endif // FilterOperations_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_FILTERS_FILTEROPERATIONS_H_
|
|
|