| Index: sky/engine/core/dom/ClientRect.h
|
| diff --git a/sky/engine/core/dom/ClientRect.h b/sky/engine/core/dom/ClientRect.h
|
| index ba03664dc33de2035bc8942d89d6b0c83b383d2c..91e726418871fa21ecdfabe033f136bc39857622 100644
|
| --- a/sky/engine/core/dom/ClientRect.h
|
| +++ b/sky/engine/core/dom/ClientRect.h
|
| @@ -27,11 +27,11 @@
|
| #ifndef ClientRect_h
|
| #define ClientRect_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "platform/geometry/FloatRect.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/geometry/FloatRect.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|