| Index: sky/engine/platform/fonts/WidthCache.h
|
| diff --git a/sky/engine/platform/fonts/WidthCache.h b/sky/engine/platform/fonts/WidthCache.h
|
| index a377c9377d068d96266224552ab3b36009b50268..ce1b2f9ab7fe52883828d8babcd978b05eb6563b 100644
|
| --- a/sky/engine/platform/fonts/WidthCache.h
|
| +++ b/sky/engine/platform/fonts/WidthCache.h
|
| @@ -26,13 +26,13 @@
|
| #ifndef WidthCache_h
|
| #define WidthCache_h
|
|
|
| -#include "platform/geometry/IntRectExtent.h"
|
| -#include "platform/text/TextRun.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashFunctions.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/HashTableDeletedValueType.h"
|
| -#include "wtf/StringHasher.h"
|
| +#include "sky/engine/platform/geometry/IntRectExtent.h"
|
| +#include "sky/engine/platform/text/TextRun.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| +#include "sky/engine/wtf/HashFunctions.h"
|
| +#include "sky/engine/wtf/HashSet.h"
|
| +#include "sky/engine/wtf/HashTableDeletedValueType.h"
|
| +#include "sky/engine/wtf/StringHasher.h"
|
|
|
| namespace blink {
|
|
|
|
|