| Index: sky/engine/platform/fonts/FontFaceCreationParams.h
|
| diff --git a/sky/engine/platform/fonts/FontFaceCreationParams.h b/sky/engine/platform/fonts/FontFaceCreationParams.h
|
| index 0ed974c23b138e8b6920f41384ed35ea18fbb3fd..235ffe74b529be02dda3936dcbd559661adfa606 100644
|
| --- a/sky/engine/platform/fonts/FontFaceCreationParams.h
|
| +++ b/sky/engine/platform/fonts/FontFaceCreationParams.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef FontFaceCreationParams_h
|
| #define FontFaceCreationParams_h
|
|
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/StringHasher.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
| +#include "sky/engine/wtf/StringHasher.h"
|
| +#include "sky/engine/wtf/text/AtomicString.h"
|
| +#include "sky/engine/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|