| Index: sky/engine/core/css/resolver/FilterOperationResolver.h
|
| diff --git a/sky/engine/core/css/resolver/FilterOperationResolver.h b/sky/engine/core/css/resolver/FilterOperationResolver.h
|
| index 57572cd50c7c4491867d69c14759e8311f3b79eb..08a7cb68e710cec7e310b72f548fc3bfcac13e4b 100644
|
| --- a/sky/engine/core/css/resolver/FilterOperationResolver.h
|
| +++ b/sky/engine/core/css/resolver/FilterOperationResolver.h
|
| @@ -19,8 +19,8 @@
|
| *
|
| */
|
|
|
| -#ifndef FilterOperationResolver_h
|
| -#define FilterOperationResolver_h
|
| +#ifndef SKY_ENGINE_CORE_CSS_RESOLVER_FILTEROPERATIONRESOLVER_H_
|
| +#define SKY_ENGINE_CORE_CSS_RESOLVER_FILTEROPERATIONRESOLVER_H_
|
|
|
| #include "sky/engine/core/css/resolver/StyleResolverState.h"
|
| #include "sky/engine/platform/graphics/filters/FilterOperations.h"
|
| @@ -39,4 +39,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // FilterOperationResolver_h
|
| +#endif // SKY_ENGINE_CORE_CSS_RESOLVER_FILTEROPERATIONRESOLVER_H_
|
|
|