| Index: sky/engine/core/css/CSSSegmentedFontFace.h
|
| diff --git a/sky/engine/core/css/CSSSegmentedFontFace.h b/sky/engine/core/css/CSSSegmentedFontFace.h
|
| index 5eda28dabc5eeda308714c29217b9f46809d9c1d..856e4d7b1c122eb71f8a7594ebffb05efeaf4ca2 100644
|
| --- a/sky/engine/core/css/CSSSegmentedFontFace.h
|
| +++ b/sky/engine/core/css/CSSSegmentedFontFace.h
|
| @@ -26,14 +26,14 @@
|
| #ifndef CSSSegmentedFontFace_h
|
| #define CSSSegmentedFontFace_h
|
|
|
| -#include "platform/fonts/FontTraits.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/ListHashSet.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/platform/fonts/FontTraits.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/ListHashSet.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|