| Index: sky/engine/core/html/TextMetrics.h
|
| diff --git a/sky/engine/core/html/TextMetrics.h b/sky/engine/core/html/TextMetrics.h
|
| index f33221c961ccc4dcaf60880ef733e96c35aa3487..3a372c8d6577e64b770e76dd0d5341c77b0958a2 100644
|
| --- a/sky/engine/core/html/TextMetrics.h
|
| +++ b/sky/engine/core/html/TextMetrics.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef TextMetrics_h
|
| #define TextMetrics_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| +#include "sky/engine/bindings/core/v8/ScriptWrappable.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|