| Index: sky/engine/platform/fonts/GlyphMetricsMap.h
|
| diff --git a/sky/engine/platform/fonts/GlyphMetricsMap.h b/sky/engine/platform/fonts/GlyphMetricsMap.h
|
| index 4f40e80bc09667b7248de347ac4ad359242e1ab1..ff7f0ac1597b54be0270daca21f6dc7ad5749bb5 100644
|
| --- a/sky/engine/platform/fonts/GlyphMetricsMap.h
|
| +++ b/sky/engine/platform/fonts/GlyphMetricsMap.h
|
| @@ -29,13 +29,13 @@
|
| #ifndef GlyphMetricsMap_h
|
| #define GlyphMetricsMap_h
|
|
|
| -#include "platform/fonts/Glyph.h"
|
| -#include "platform/geometry/FloatRect.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/OwnPtr.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| -#include "wtf/unicode/Unicode.h"
|
| +#include "sky/engine/platform/fonts/Glyph.h"
|
| +#include "sky/engine/platform/geometry/FloatRect.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/OwnPtr.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
| +#include "sky/engine/wtf/unicode/Unicode.h"
|
|
|
| namespace blink {
|
|
|
|
|