| Index: sky/engine/platform/Widget.h
|
| diff --git a/sky/engine/platform/Widget.h b/sky/engine/platform/Widget.h
|
| index 6d2605bca9378447cf91ca1267a54d690d8d7d94..414d2eedd6de24e396e206cd8adbb3d95c105da1 100644
|
| --- a/sky/engine/platform/Widget.h
|
| +++ b/sky/engine/platform/Widget.h
|
| @@ -28,11 +28,11 @@
|
| #ifndef Widget_h
|
| #define Widget_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/geometry/FloatPoint.h"
|
| -#include "platform/geometry/IntRect.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/RefCounted.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/platform/geometry/FloatPoint.h"
|
| +#include "sky/engine/platform/geometry/IntRect.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|