| Index: sky/engine/platform/fonts/FontFaceCreationParams.h
|
| diff --git a/sky/engine/platform/fonts/FontFaceCreationParams.h b/sky/engine/platform/fonts/FontFaceCreationParams.h
|
| index 235ffe74b529be02dda3936dcbd559661adfa606..3097efd894db298111ab1c73116682f0a7571c4b 100644
|
| --- a/sky/engine/platform/fonts/FontFaceCreationParams.h
|
| +++ b/sky/engine/platform/fonts/FontFaceCreationParams.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef FontFaceCreationParams_h
|
| -#define FontFaceCreationParams_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_FONTFACECREATIONPARAMS_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_FONTFACECREATIONPARAMS_H_
|
|
|
| #include "sky/engine/wtf/Assertions.h"
|
| #include "sky/engine/wtf/StringHasher.h"
|
| @@ -117,4 +117,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif // FontFaceCreationParams_h
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_FONTFACECREATIONPARAMS_H_
|
|
|