| Index: Source/core/platform/Widget.cpp
|
| diff --git a/Source/core/platform/Widget.cpp b/Source/core/platform/Widget.cpp
|
| index 879ccb8aeb3443b32526daf4cd1022d378f1347d..9785a5e7824f57bf359a20e4b4fd820f3ea50510 100644
|
| --- a/Source/core/platform/Widget.cpp
|
| +++ b/Source/core/platform/Widget.cpp
|
| @@ -24,9 +24,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "Widget.h"
|
| +#include "core/platform/Widget.h"
|
|
|
| -#include "ScrollView.h"
|
| +#include "core/platform/ScrollView.h"
|
| #include "core/platform/graphics/IntRect.h"
|
|
|
| #include <wtf/Assertions.h>
|
|
|